Skip to content

Commit

Permalink
Bump solrj
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Oct 19, 2023
1 parent 4228129 commit cba750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
implementation("org.apache.jena:jena-shex:4.9.0") {
because("previous versions have a bug impacting this application")
}
implementation("org.apache.solr:solr-solrj:9.3.0") {
implementation("org.apache.solr:solr-solrj:9.4.0") {
because("previous versions have a bug impacting this application")
}
implementation("org.apache.jena:jena-shacl:4.9.0") {
Expand Down

0 comments on commit cba750c

Please sign in to comment.