Skip to content

Commit 5844e66

Browse files
committed
Update all non-major dependencies
1 parent 8a8ec87 commit 5844e66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
</scm>
4040

4141
<properties>
42-
<kafka-common-lib.version>0.0.2</kafka-common-lib.version>
42+
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
4343
<woody.version>1.0.4</woody.version>
44-
<spring-boot.version>2.5.0</spring-boot.version>
44+
<spring-boot.version>2.5.12</spring-boot.version>
4545
<lombok.version>1.18.22</lombok.version>
46-
<testcontainers.version>1.16.3</testcontainers.version>
46+
<testcontainers.version>1.17.1</testcontainers.version>
4747
<junit-jupiter.version>5.8.2</junit-jupiter.version>
4848
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
4949
</checkstyle.config.suppressions.path>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>net.minidev</groupId>
141141
<artifactId>json-smart</artifactId>
142-
<version>2.4.7</version>
142+
<version>2.4.8</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.apache.commons</groupId>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>com.fasterxml.jackson.core</groupId>
151151
<artifactId>jackson-databind</artifactId>
152-
<version>2.13.1</version>
152+
<version>2.13.2.2</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.github.benas</groupId>

0 commit comments

Comments
 (0)