diff --git a/playground/kinde-springboot-starter-example/pom.xml b/playground/kinde-springboot-starter-example/pom.xml
index 70d9a2d0..c4ae8222 100644
--- a/playground/kinde-springboot-starter-example/pom.xml
+++ b/playground/kinde-springboot-starter-example/pom.xml
@@ -32,7 +32,7 @@
org.springframework.boot
spring-boot-starter-actuator
- 3.5.6
+ 3.5.12
org.springframework.boot
@@ -47,12 +47,12 @@
org.thymeleaf
thymeleaf
- 3.1.3.RELEASE
+ 3.1.4.RELEASE
org.thymeleaf
thymeleaf-spring6
- 3.1.3.RELEASE
+ 3.1.4.RELEASE
org.springframework.boot
@@ -73,7 +73,7 @@
ch.qos.logback
logback-classic
runtime
- 1.5.19
+ 1.5.32
diff --git a/playground/kinde-springboot-thymeleaf-full-example/pom.xml b/playground/kinde-springboot-thymeleaf-full-example/pom.xml
index 8c51b73b..1eb932c0 100644
--- a/playground/kinde-springboot-thymeleaf-full-example/pom.xml
+++ b/playground/kinde-springboot-thymeleaf-full-example/pom.xml
@@ -28,7 +28,7 @@
org.springframework.boot
spring-boot-starter-actuator
- 3.5.5
+ 3.5.12
@@ -61,6 +61,16 @@
spring-boot-starter-thymeleaf
3.5.5
+
+ org.thymeleaf
+ thymeleaf
+ 3.1.4.RELEASE
+
+
+ org.thymeleaf
+ thymeleaf-spring6
+ 3.1.4.RELEASE
+
org.springframework.boot
spring-boot-devtools