Skip to content

Commit

Permalink
revert all libraries from dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed May 6, 2024
1 parent 8311b40 commit 9e3a9f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<url>https://github.com/NCEAS/metadig-engine</url>
<properties>
<bookkeeper.version>0.1.0-SNAPSHOT</bookkeeper.version>
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.15.2</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<d1_libclient_java.version>2.3.1</d1_libclient_java.version>
<renjin.version>0.8.2567</renjin.version>
<jython.version>2.7.3</jython.version>
<gson.version>2.10.1</gson.version>
<json-path.version>2.8.0</json-path.version>
<moxy.version>2.7.0</moxy.version>
<log4j.version>2.23.1</log4j.version>
<log4j.version>2.23.0</log4j.version>
<d1_cn_index_processor_version>2.3.15</d1_cn_index_processor_version>
<d1_cn_index_common_version>2.3.2</d1_cn_index_common_version>
<!-- Have to use a very old version of Spring in order to stay compatible with d1_cn_index_processor -->
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.10.1</version>
<version>2.9.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
<dependency>
Expand Down Expand Up @@ -159,12 +159,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.7</version>
<version>2.12.5</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>8.11.3</version>
<version>8.11.1</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand Down Expand Up @@ -331,7 +331,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<version>20230618</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
Expand Down

0 comments on commit 9e3a9f0

Please sign in to comment.