Skip to content

Commit 45cdb98

Browse files
Merge pull request #187 from kinde-oss/snyk-fix-1f60d19ebc34b3f9deec5234d0e1a6a3
[Snyk] Fix for 2 vulnerabilities
2 parents b66e72d + 8e1446e commit 45cdb98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • playground/kinde-springboot-starter-example

playground/kinde-springboot-starter-example/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-data-rest</artifactId>
25-
<version>3.5.5</version>
25+
<version>3.5.6</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-web</artifactId>
30-
<version>3.5.5</version>
30+
<version>3.5.6</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-security</artifactId>
40-
<version>3.5.5</version>
40+
<version>3.5.6</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
5959
<artifactId>spring-boot-devtools</artifactId>
60-
<version>3.5.5</version>
60+
<version>3.5.6</version>
6161
<scope>runtime</scope>
6262
</dependency>
6363

0 commit comments

Comments
 (0)