Skip to content

Commit 02d9bb5

Browse files
Fix CVEs brought in by accidental spring boot version override
We accidentally masked the parent definition of spring-boot version and in doing so pin older dependencies than we meant to. This was detected by `trivy repo .`. Signed-off-by: Adrian Cole <[email protected]>
1 parent e7d5753 commit 02d9bb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-aot/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515
<properties>
16-
<spring.boot.version>3.0.0</spring.boot.version>
1716
<!-- Spring Boot 3.x is minimum JRE 17 -->
1817
<java.version>17</java.version>
1918
</properties>

0 commit comments

Comments
 (0)