Skip to content

Commit

Permalink
Merge pull request #639 from internetarchive/update-deps-for-3.7
Browse files Browse the repository at this point in the history
Update dependencies for 3.7.0 release
  • Loading branch information
ato authored Feb 3, 2025
2 parents 42e4151 + 3c5074d commit 48ac748
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.21</version>
<version>0.2.22</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
Expand Down Expand Up @@ -211,6 +211,6 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>6.1.15</spring.version>
<spring.version>6.1.16</spring.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.23.0</version>
<version>5.24.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.33</version>
<version>2.3.34</version>
</dependency>
</dependencies>

Expand All @@ -109,6 +109,6 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<restlet.version>2.5.0-rc1</restlet.version>
<restlet.version>2.5.0</restlet.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>
<groovy.version>4.0.24</groovy.version>
<jetty.version>9.4.56.v20240826</jetty.version>
<jetty.version>9.4.57.v20241219</jetty.version>
<slf4j.version>2.0.16</slf4j.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 48ac748

Please sign in to comment.