Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.a…
Browse files Browse the repository at this point in the history
…pache.solr-solr-solrj-8.10.0' into combined-pr-branch
  • Loading branch information
kiview committed Oct 8, 2021
2 parents f360b5d + a126958 commit 7519d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/solr-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.20"
annotationProcessor "org.projectlombok:lombok:1.18.16"

implementation 'org.apache.solr:solr-solrj:8.9.0'
implementation 'org.apache.solr:solr-solrj:8.10.0'

testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:solr'
Expand Down

0 comments on commit 7519d06

Please sign in to comment.