Skip to content

Commit ec97614

Browse files
committed
Dependency updates
1 parent abbe319 commit ec97614

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-rabbitmq-client</artifactId>
13-
<version>4.4.0-SNAPSHOT</version>
13+
<version>4.5.11</version>
1414

1515
<properties>
16-
<stack.version>4.4.0-SNAPSHOT</stack.version>
17-
<rabbitmq.client.version>5.17.0</rabbitmq.client.version>
18-
<slf4j.version>2.0.7</slf4j.version>
16+
<stack.version>4.5.11</stack.version>
17+
<rabbitmq.client.version>5.23.0</rabbitmq.client.version>
18+
<slf4j.version>2.0.16</slf4j.version>
1919
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
2020
</properties>
2121

@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.testcontainers</groupId>
9797
<artifactId>testcontainers</artifactId>
98-
<version>1.18.0</version>
98+
<version>1.20.4</version>
9999
<scope>test</scope>
100100
</dependency>
101101
<dependency>
@@ -156,7 +156,7 @@
156156
<plugins>
157157
<plugin>
158158
<artifactId>maven-surefire-plugin</artifactId>
159-
<version>3.0.0</version>
159+
<version>3.5.2</version>
160160
<configuration>
161161
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
162162
<systemPropertyVariables>

0 commit comments

Comments
 (0)