diff --git a/kinde-core/pom.xml b/kinde-core/pom.xml
index 0a0c4e3d..0abd856b 100644
--- a/kinde-core/pom.xml
+++ b/kinde-core/pom.xml
@@ -45,6 +45,36 @@
junit-jupiter-engine
test
+
+
+ com.nimbusds
+ oauth2-oidc-sdk
+
+
+ com.nimbusds
+ nimbus-jose-jwt
+
+
+ org.checkerframework
+ checker-qual
+ 3.33.0
+
+
+ junit
+ junit
+ test
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ test
+
diff --git a/kinde-core/src/main/java/com/kinde/session/KindeClientCodeSessionImpl.java b/kinde-core/src/main/java/com/kinde/session/KindeClientCodeSessionImpl.java
index ac5a31b4..e35beb8f 100644
--- a/kinde-core/src/main/java/com/kinde/session/KindeClientCodeSessionImpl.java
+++ b/kinde-core/src/main/java/com/kinde/session/KindeClientCodeSessionImpl.java
@@ -22,7 +22,7 @@
import com.nimbusds.openid.connect.sdk.UserInfoResponse;
import lombok.SneakyThrows;
-import javax.annotation.Nullable;
+import org.checkerframework.checker.nullness.qual.Nullable;
import java.net.URI;
public class KindeClientCodeSessionImpl extends KindeClientSessionImpl {
diff --git a/kinde-management/pom.xml b/kinde-management/pom.xml
index 97b86600..a5eb1303 100644
--- a/kinde-management/pom.xml
+++ b/kinde-management/pom.xml
@@ -12,7 +12,7 @@
UTF-8
2.2.28
4.0.0-M2
- 2.18.3
+ 2.19.0
2.18.3
0.2.6
1.3.5
@@ -234,9 +234,7 @@
Fixing syntax error in generated OpenAPI code
-
+
diff --git a/kinde-springboot/kinde-springboot-core/pom.xml b/kinde-springboot/kinde-springboot-core/pom.xml
index d2f766dc..509a6b7d 100644
--- a/kinde-springboot/kinde-springboot-core/pom.xml
+++ b/kinde-springboot/kinde-springboot-core/pom.xml
@@ -30,7 +30,7 @@
org.springframework.boot
spring-boot-starter
true
- 3.4.4
+ 3.4.6
@@ -50,34 +50,34 @@
org.springframework.security
spring-security-config
- 6.4.4
+ 6.4.6
org.springframework.boot
spring-boot-starter-security
- 3.4.4
+ 3.4.6
org.springframework.security
spring-security-oauth2-client
- 6.4.4
+ 6.4.6
org.springframework.security
spring-security-oauth2-jose
- 6.4.4
+ 6.4.6
org.springframework.security
spring-security-oauth2-resource-server
- 6.4.4
+ 6.4.6
org.springframework.boot
spring-boot-starter-security
- 3.4.4
+ 3.4.6
org.springframework.boot
diff --git a/kinde-springboot/kinde-springboot-starter/pom.xml b/kinde-springboot/kinde-springboot-starter/pom.xml
index 974a454d..ea686b94 100644
--- a/kinde-springboot/kinde-springboot-starter/pom.xml
+++ b/kinde-springboot/kinde-springboot-starter/pom.xml
@@ -23,6 +23,16 @@
kinde-core
2.0.1
+
+ org.springframework.security
+ spring-security-web
+ 6.4.6
+
+
+ org.springframework.security
+ spring-security-crypto
+ 6.4.6
+
diff --git a/playground/kinde-springboot-pkce-client-example/pom.xml b/playground/kinde-springboot-pkce-client-example/pom.xml
index 8ece7457..e526ffef 100644
--- a/playground/kinde-springboot-pkce-client-example/pom.xml
+++ b/playground/kinde-springboot-pkce-client-example/pom.xml
@@ -15,12 +15,12 @@
org.springframework.boot
spring-boot-starter-webflux
- 3.4.4
+ 3.4.6
org.springframework.boot
spring-boot-starter-oauth2-client
- 3.4.4
+ 3.4.6
org.springframework.boot
@@ -30,7 +30,7 @@
org.springframework.boot
spring-boot-starter-oauth2-resource-server
- 3.4.4
+ 3.4.6
diff --git a/pom.xml b/pom.xml
index 4c9b275f..7caf0eef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
com.google.guava
guava
- 32.1.3-jre
+ 33.4.8-jre