Skip to content

Commit c419ad3

Browse files
authored
Merge pull request #762 from internetarchive/dependabot/maven/minor-and-patch-3ea853afca
Bump the minor-and-patch group with 14 updates
2 parents 38f88e5 + 1ece1be commit c419ad3

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.github.mwiede</groupId>
147147
<artifactId>jsch</artifactId>
148-
<version>2.28.6</version>
148+
<version>2.28.7</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.apache.groovy</groupId>
@@ -208,6 +208,6 @@
208208
</build>
209209
<properties>
210210
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
211-
<spring.version>7.0.8</spring.version>
211+
<spring.version>7.0.9</spring.version>
212212
</properties>
213213
</project>

contrib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.rabbitmq</groupId>
2929
<artifactId>amqp-client</artifactId>
30-
<version>5.34.0</version>
30+
<version>5.35.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.kafka</groupId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>at.yawk.lz4</groupId>
4646
<artifactId>lz4-java</artifactId>
47-
<version>1.11.1</version>
47+
<version>1.11.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.rethinkdb</groupId>

engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.webjars.npm</groupId>
116116
<artifactId>codemirror__commands</artifactId>
117-
<version>6.10.2</version>
117+
<version>6.10.4</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.webjars.npm</groupId>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.webjars.npm</groupId>
146146
<artifactId>codemirror__view</artifactId>
147-
<version>6.43.6</version>
147+
<version>6.43.7</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.webjars.npm</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
9898
<dependency>
9999
<groupId>org.junit.jupiter</groupId>
100100
<artifactId>junit-jupiter</artifactId>
101-
<version>6.1.2</version>
101+
<version>6.1.3</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.apache.groovy</groupId>
105105
<artifactId>groovy-bom</artifactId>
106-
<version>5.0.8</version>
106+
<version>5.1.0</version>
107107
<type>pom</type>
108108
<scope>import</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.fasterxml.jackson</groupId>
112112
<artifactId>jackson-bom</artifactId>
113-
<version>2.22.1</version>
113+
<version>2.22.2</version>
114114
<type>pom</type>
115115
<scope>import</scope>
116116
</dependency>
@@ -426,7 +426,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
426426
<build.timestamp>${maven.build.timestamp}</build.timestamp>
427427
<doclint>none</doclint>
428428
<additionalparam>-Xdoclint:none</additionalparam>
429-
<jetty.version>12.0.37</jetty.version>
429+
<jetty.version>12.0.38</jetty.version>
430430
<maven.compiler.target>17</maven.compiler.target>
431431
<maven.compiler.source>17</maven.compiler.source>
432432
<maven.compiler.release>17</maven.compiler.release>

0 commit comments

Comments
 (0)