Skip to content

Commit

Permalink
fix: dspace-api/pom.xml & pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 17, 2023
1 parent bcb7142 commit ff26b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.261</version>
<version>1.12.567</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -776,7 +776,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>

<!-- Useful for testing command-line tools -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<hibernate.version>5.6.5.Final</hibernate.version>
<hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
<postgresql.driver.version>42.4.3</postgresql.driver.version>
<solr.client.version>8.11.1</solr.client.version>
<solr.client.version>9.4.0</solr.client.version>

<ehcache.version>3.4.0</ehcache.version>
<errorprone.version>2.10.0</errorprone.version>
Expand Down Expand Up @@ -115,7 +115,7 @@
</goals>
<configuration>
<rules>
<DependencyConvergence />
<DependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit ff26b2c

Please sign in to comment.