Skip to content

Commit

Permalink
Bump org.apache.solr:solr-solrj from 9.6.1 to 9.7.0 (#1309)
Browse files Browse the repository at this point in the history
* Bump org.apache.solr:solr-solrj from 9.6.1 to 9.7.0

Bumps org.apache.solr:solr-solrj from 9.6.1 to 9.7.0.

---
updated-dependencies:
- dependency-name: org.apache.solr:solr-solrj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Solr image tag from 9.1 to 9.7.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markos Volikas <[email protected]>
  • Loading branch information
dependabot[bot] and mvolikas authored Sep 28, 2024
1 parent c0bbb07 commit 96e68e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ under the License.
<description>Solr resources for StormCrawler</description>

<properties>
<solr.version>9.6.1</solr.version>
<solr.version>9.7.0</solr.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public abstract class SolrContainerTest {

protected static ExecutorService executorService;

private final DockerImageName image = DockerImageName.parse("solr:9.1");
private final DockerImageName image = DockerImageName.parse("solr:9.7.0");
private static final String coresPath = new File("cores").getAbsolutePath();

@Rule
Expand Down

0 comments on commit 96e68e8

Please sign in to comment.