Skip to content

Commit e339a77

Browse files
fix(deps): update all dependencies
1 parent af908e4 commit e339a77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.testcontainers</groupId>
7272
<artifactId>testcontainers</artifactId>
73-
<version>1.21.3</version>
73+
<version>2.0.1</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.5.6</version>
17+
<version>3.5.7</version>
1818
</parent>
1919

2020
<description>
@@ -76,12 +76,12 @@
7676
<dependency>
7777
<groupId>com.rabbitmq</groupId>
7878
<artifactId>amqp-client</artifactId>
79-
<version>5.26.0</version>
79+
<version>5.27.1</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>net.logstash.logback</groupId>
8383
<artifactId>logstash-logback-encoder</artifactId>
84-
<version>8.1</version>
84+
<version>9.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.mockito</groupId>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.junit.jupiter</groupId>
9494
<artifactId>junit-jupiter</artifactId>
95-
<version>6.0.0</version>
95+
<version>6.0.1</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.jacoco</groupId>
175175
<artifactId>jacoco-maven-plugin</artifactId>
176-
<version>0.8.13</version>
176+
<version>0.8.14</version>
177177
</plugin>
178178
<plugin>
179179
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)