Skip to content

File tree

1 file changed

+4
-4
lines changed
  • playground/kinde-springboot-starter-example

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
<dependency>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-data-rest</artifactId>
25-
<version>3.5.6</version>
25+
<version>4.0.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-web</artifactId>
30-
<version>3.5.7</version>
30+
<version>3.5.12</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-actuator</artifactId>
35-
<version>3.5.5</version>
35+
<version>3.5.12</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-security</artifactId>
40-
<version>3.5.6</version>
40+
<version>3.5.12</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)