Skip to content

Commit aec0729

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-ORGAPACHETOMCATEMBED-11799152 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931
1 parent e8d198f commit aec0729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<java.version>21</java.version>
23-
<spring.boot.version>3.5.4</spring.boot.version>
23+
<spring.boot.version>3.5.5</spring.boot.version>
2424
<spring.kafka.version>3.3.9</spring.kafka.version>
2525
<lombok.version>1.18.38</lombok.version>
2626
<jakarta.validation.version>3.1.1</jakarta.validation.version>

0 commit comments

Comments
 (0)