Skip to content

Commit 0d270c0

Browse files
Update all non-major maven dependencies
1 parent 5888ac5 commit 0d270c0

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
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<artifactId>testcontainers-annotations</artifactId>
15-
<version>2.0.3</version>
15+
<version>2.0.4</version>
1616

1717
<name>testcontainers-annotations</name>
1818
<description>testcontainers-annotations</description>
@@ -39,13 +39,13 @@
3939
</scm>
4040

4141
<properties>
42-
<spring-boot.version>3.0.2</spring-boot.version>
42+
<spring-boot.version>3.2.4</spring-boot.version>
4343
<woody.version>1.0.5</woody.version>
4444
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
4545
<geck.version>0.0.1</geck.version>
46-
<lombok.version>1.18.24</lombok.version>
47-
<testcontainers.version>1.17.6</testcontainers.version>
48-
<junit-jupiter.version>5.9.2</junit-jupiter.version>
46+
<lombok.version>1.18.32</lombok.version>
47+
<testcontainers.version>1.19.7</testcontainers.version>
48+
<junit-jupiter.version>5.10.2</junit-jupiter.version>
4949
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
5050
</checkstyle.config.suppressions.path>
5151
</properties>
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>com.fasterxml.jackson.core</groupId>
170170
<artifactId>jackson-databind</artifactId>
171-
<version>2.14.1</version>
171+
<version>2.17.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>io.github.benas</groupId>

0 commit comments

Comments
 (0)