Skip to content

Commit

Permalink
cherry-picking some updates from IQSS IQSS#8000
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Aug 5, 2021
1 parent bf3932d commit ddab80f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>org.passay</groupId>
<artifactId>passay</artifactId>
<version>1.1.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand All @@ -196,7 +196,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.12</version>
<version>4.4.14</version>
</dependency>
<!-- BEGIN Data Deposit API v1 (SWORD v2) -->
<dependency>
Expand Down Expand Up @@ -270,7 +270,7 @@
<!-- a dependency of commons-fileupload, but newer version required by tika -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down Expand Up @@ -500,19 +500,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
<version>1.7.32</version>
</dependency>
<!-- Added for DataCite -->
<!--dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
</dependency -->
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>
Expand Down

0 comments on commit ddab80f

Please sign in to comment.