Skip to content

Commit

Permalink
solr 9.6 and other lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jul 21, 2024
1 parent 4615f4f commit 6cca160
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion conf/solr/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>9.7</luceneMatchVersion>
<luceneMatchVersion>9.10</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
2 changes: 1 addition & 1 deletion modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<!-- Major system components and dependencies -->
<payara.version>6.2024.6</payara.version>
<postgresql.version>42.7.2</postgresql.version>
<solr.version>9.4.1</solr.version>
<solr.version>9.6.1</solr.version>
<aws.version>1.12.748</aws.version>
<google.library.version>26.30.0</google.library.version>

Expand Down
26 changes: 12 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<reload4j.version>1.2.18.4</reload4j.version>
<flyway.version>9.22.1</flyway.version>
<jhove.version>1.20.1</jhove.version>
<poi.version>5.2.1</poi.version>
<tika.version>2.4.1</tika.version>
<poi.version>5.2.5</poi.version>
<tika.version>2.9.2</tika.version>
<netcdf.version>5.5.3</netcdf.version>

<openapi.infoTitle>Dataverse API</openapi.infoTitle>
Expand Down Expand Up @@ -136,12 +136,12 @@
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>1.3.2</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.9.1</version>
<scope>compile</scope>
</dependency>
<!-- Should be refactored and moved to transitive section above once on Java EE 8 (makes WAR smaller) -->
Expand All @@ -157,11 +157,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<!-- There are later versions of this lib available at jitpack.io,
but it seemed better to not add another repo. -->
<groupId>org.everit.json</groupId>
<artifactId>org.everit.json.schema</artifactId>
<version>1.5.1</version>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>1.14.1</version>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
Expand Down Expand Up @@ -319,7 +317,7 @@
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>9.4.1</version>
<version>9.6.1</version>
</dependency>
<dependency>
<groupId>colt</groupId>
Expand Down Expand Up @@ -390,7 +388,7 @@
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
Expand Down Expand Up @@ -474,7 +472,7 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc2</version>
<version>1.1.1</version>
<optional>true</optional>
<type>jar</type>
</dependency>
Expand Down Expand Up @@ -553,7 +551,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.9.1</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -615,7 +613,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj3</artifactId>
<version>2.8.2</version>
<version>2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6cca160

Please sign in to comment.