Skip to content

Commit

Permalink
Upgrade org.apache.solr:solr-solrj from 9.3.0 to 9.4.0 #352
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 10, 2023
1 parent aa7a19b commit 8e8c061
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,21 @@
<dependency>
<artifactId>solr-core</artifactId>
<groupId>org.apache.solr</groupId>
<version>9.3.0</version>
<version>9.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>solr-solrj</artifactId>
<groupId>org.apache.solr</groupId>
<version>9.4.0</version>
</dependency>
<!--
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>12.0.3</version>
</dependency>
-->
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
Expand Down

0 comments on commit 8e8c061

Please sign in to comment.