Skip to content

Commit a522fde

Browse files
Update all non-major dependencies
1 parent 8ff2f71 commit a522fde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.2</version>
15+
<version>2.0.3</version>
1616

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

4141
<properties>
42-
<spring-boot.version>3.0.2</spring-boot.version>
42+
<spring-boot.version>3.0.3</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>
46+
<lombok.version>1.18.26</lombok.version>
4747
<testcontainers.version>1.17.6</testcontainers.version>
4848
<junit-jupiter.version>5.9.2</junit-jupiter.version>
4949
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
@@ -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.14.2</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>io.github.benas</groupId>

0 commit comments

Comments
 (0)