We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2373cd7 commit 8cedeaeCopy full SHA for 8cedeae
spring-kafka-example/pom.xml
@@ -7,7 +7,7 @@
7
<parent>
8
<groupId>org.springframework.boot</groupId>
9
<artifactId>spring-boot-starter-parent</artifactId>
10
- <version>3.5.3</version>
+ <version>3.5.4</version>
11
<relativePath/>
12
</parent>
13
@@ -20,7 +20,7 @@
20
21
<properties>
22
<java.version>21</java.version>
23
- <spring.boot.version>3.5.3</spring.boot.version>
+ <spring.boot.version>3.5.4</spring.boot.version>
24
<spring.kafka.version>3.3.8</spring.kafka.version>
25
</properties>
26
0 commit comments