Skip to content

Commit

Permalink
upgrade to Solr 9.6.1 #514
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Sep 5, 2024
1 parent f7fbee2 commit 79b8f9f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,20 @@
<dependency>
<artifactId>solr-core</artifactId>
<groupId>org.apache.solr</groupId>
<version>9.4.1</version>
<version>9.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>solr-solrj</artifactId>
<groupId>org.apache.solr</groupId>
<version>9.4.1</version>
<version>9.6.1</version>
</dependency>
<!-- it is needed for Solr embedded server -->
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.22</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 79b8f9f

Please sign in to comment.