Skip to content

Commit 3e11418

Browse files
Upgrade Spring Boot Version for Sample App
There are some CVEs, that are fixed by the version upgrade.
1 parent c813497 commit 3e11418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
21-
<spring.boot.version>2.3.4.RELEASE</spring.boot.version>
21+
<spring.boot.version>2.3.12.RELEASE</spring.boot.version>
2222
<keytool.plugin.version>1.5</keytool.plugin.version>
2323
<keystore.token.store_password>0bzhBRNUXBR5
2424
</keystore.token.store_password>

0 commit comments

Comments
 (0)