Skip to content

Commit 8c32f4f

Browse files
authored
security: Update to Spring Boot 2.6.6 to address CVE-2022-22965 (#366)
https://snyk.io/blog/spring4shell-zero-day-rce-spring-framework-explained/ Updating to Spring Boot 2.6.6 remediates the CVE
1 parent 6ab52cf commit 8c32f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.6.3</version>
9+
<version>2.6.6</version>
1010
</parent>
1111
<groupId>com.obsidiandynamics.kafdrop</groupId>
1212
<artifactId>kafdrop</artifactId>

0 commit comments

Comments
 (0)