Skip to content

Commit 99a0f33

Browse files
committed
fix: spring-kafka-example/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
1 parent 82cf567 commit 99a0f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.6</version>
10+
<version>3.5.5</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -21,7 +21,7 @@
2121
<properties>
2222
<java.version>21</java.version>
2323
<spring.boot.version>3.5.6</spring.boot.version>
24-
<spring.kafka.version>3.3.9</spring.kafka.version>
24+
<spring.kafka.version>3.3.10</spring.kafka.version>
2525
<lombok.version>1.18.42</lombok.version>
2626
<jakarta.validation.version>3.1.1</jakarta.validation.version>
2727
</properties>

0 commit comments

Comments
 (0)