Skip to content

Commit 1c8b456

Browse files
fix(deps): update spring core to v6.2.8
1 parent aa6adde commit 1c8b456

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<groupId>org.springframework</groupId>
9898
<artifactId>spring-test</artifactId>
9999
<scope>test</scope>
100-
<version>6.2.5</version>
100+
<version>6.2.8</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.2.5</version>
57+
<version>6.2.8</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)