Skip to content

Commit 20f30ee

Browse files
author
Dalibor Starcevic
committed
cve-2022-22965 fix, spring-boot-starter-parent updated to version version 2.6.6
1 parent f5741b6 commit 20f30ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "disabled"
3+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.2.1.RELEASE</version>
13+
<version>2.6.6</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)