Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.777</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<jaxb-runtime.version>2.3.1</jaxb-runtime.version>
<jcache-version>1.1.0</jcache-version>
<!-- NOTE: Jetty needed for Solr, Handle Server & tests -->
<jetty.version>9.4.48.v20220622</jetty.version>
<jetty.version>12.0.12</jetty.version>
<log4j.version>2.17.1</log4j.version>
<pdfbox-version>2.0.27</pdfbox-version>
<rome.version>1.18.0</rome.version>
<slf4j.version>1.7.25</slf4j.version>
<tika.version>2.3.0</tika.version>
<tika.version>3.0.0</tika.version>
<!-- Sync with whatever version Tika uses -->
<bouncycastle.version>1.70</bouncycastle.version>

Expand Down Expand Up @@ -115,7 +115,7 @@
</goals>
<configuration>
<rules>
<DependencyConvergence />
<DependencyConvergence/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 4b13111

Please sign in to comment.