Skip to content

Commit 41ae919

Browse files
committed
Update pom.xml
1 parent 2c384b2 commit 41ae919

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
@@ -14,16 +14,16 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.2.2</version>
17+
<version>3.2.4</version>
1818
<relativePath/>
1919
</parent>
2020

2121
<properties>
2222
<java.version>17</java.version>
23-
<lombok.version>1.18.30</lombok.version>
23+
<lombok.version>1.18.32</lombok.version>
2424
<mapstruct.version>1.5.5.Final</mapstruct.version>
25-
<jedis.version>5.1.0</jedis.version>
26-
<spring-kafka.version>3.1.1</spring-kafka.version>
25+
<jedis.version>5.1.2</jedis.version>
26+
<spring-kafka.version>3.1.3</spring-kafka.version>
2727
</properties>
2828

2929
<dependencies>

0 commit comments

Comments
 (0)