Skip to content

Commit 766c56b

Browse files
Merge pull request #83 from kinde-oss/renovate/spring-core
fix(deps): update spring core to v6.2.5
2 parents 56d58d1 + 5f9f826 commit 766c56b

File tree

2 files changed

+3
-3
lines changed
  • kinde-springboot/kinde-springboot-core
  • playground/springboot-thymeleaf-full-example

2 files changed

+3
-3
lines changed

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework.security</groupId>
5252
<artifactId>spring-security-config</artifactId>
53-
<version>6.3.1</version>
53+
<version>6.4.4</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.springframework.boot</groupId>
@@ -97,7 +97,7 @@
9797
<groupId>org.springframework</groupId>
9898
<artifactId>spring-test</artifactId>
9999
<scope>test</scope>
100-
<version>6.1.10</version>
100+
<version>6.2.5</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mockito</groupId>

playground/springboot-thymeleaf-full-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.springframework</groupId>
5656
<artifactId>spring-webflux</artifactId>
57-
<version>6.1.14</version>
57+
<version>6.2.5</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)