Skip to content

Commit bc82cf5

Browse files
authored
Merge pull request #712 from internetarchive/dependabot/maven/minor-and-patch-574bb45e44
Bump the minor-and-patch group with 11 updates
2 parents f6e4d64 + 5b2d677 commit bc82cf5

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

commons/pom.xml

Lines changed: 3 additions & 3 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.27.7</version>
148+
<version>2.27.8</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.apache.groovy</groupId>
@@ -179,7 +179,7 @@
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-surefire-plugin</artifactId>
182-
<version>3.5.4</version>
182+
<version>3.5.5</version>
183183
<configuration>
184184
<!--
185185
There was a unit test, SinkHandlerTest, that required
@@ -208,6 +208,6 @@
208208
</build>
209209
<properties>
210210
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
211-
<spring.version>7.0.3</spring.version>
211+
<spring.version>7.0.5</spring.version>
212212
</properties>
213213
</project>

contrib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>com.rabbitmq</groupId>
2929
<artifactId>amqp-client</artifactId>
30-
<version>5.28.0</version>
30+
<version>5.29.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.kafka</groupId>
3434
<artifactId>kafka-clients</artifactId>
35-
<version>4.1.1</version>
35+
<version>4.2.0</version>
3636
<exclusions>
3737
<exclusion>
3838
<groupId>org.lz4</groupId>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-surefire-plugin</artifactId>
28-
<version>3.5.4</version>
28+
<version>3.5.5</version>
2929
<configuration>
3030
<useSystemClassLoader>true</useSystemClassLoader>
3131
</configuration>

engine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>jakarta.xml.bind</groupId>
7777
<artifactId>jakarta.xml.bind-api</artifactId>
78-
<version>4.0.4</version>
78+
<version>4.0.5</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.glassfish.jaxb</groupId>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-surefire-plugin</artifactId>
201-
<version>3.5.4</version>
201+
<version>3.5.5</version>
202202
<configuration>
203203
<excludes>
204204
<exclude>**/TestAll.java</exclude>

modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-surefire-plugin</artifactId>
124-
<version>3.5.4</version>
124+
<version>3.5.5</version>
125125
<configuration>
126126
<excludes>
127127
<exclude>**/TestAll.java</exclude>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ 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.0.2</version>
101+
<version>6.0.3</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.apache.groovy</groupId>
@@ -110,7 +110,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
110110
<dependency>
111111
<groupId>com.fasterxml.jackson</groupId>
112112
<artifactId>jackson-bom</artifactId>
113-
<version>2.21.0</version>
113+
<version>2.21.1</version>
114114
<type>pom</type>
115115
<scope>import</scope>
116116
</dependency>
@@ -391,7 +391,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
391391
<plugin>
392392
<groupId>org.apache.maven.plugins</groupId>
393393
<artifactId>maven-surefire-plugin</artifactId>
394-
<version>3.5.4</version>
394+
<version>3.5.5</version>
395395
<configuration>
396396
<argLine>-Xmx1g</argLine>
397397
<systemPropertyVariables>

0 commit comments

Comments
 (0)