Skip to content

Commit

Permalink
Bump solrj (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 19, 2023
1 parent 4228129 commit d3ca181
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 d3ca181

Please sign in to comment.