diff --git a/samples/java/login-auth-code/pom.xml b/samples/java/login-auth-code/pom.xml
index b5400d6..b36e50e 100644
--- a/samples/java/login-auth-code/pom.xml
+++ b/samples/java/login-auth-code/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 4.0.6
+ 4.1.0
diff --git a/samples/java/saml-sp-login/pom.xml b/samples/java/saml-sp-login/pom.xml
index a09a06c..20c8a08 100644
--- a/samples/java/saml-sp-login/pom.xml
+++ b/samples/java/saml-sp-login/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 4.0.6
+ 4.1.0
diff --git a/samples/java/token-refresh/pom.xml b/samples/java/token-refresh/pom.xml
index a9c6ab1..2a20266 100644
--- a/samples/java/token-refresh/pom.xml
+++ b/samples/java/token-refresh/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 4.0.6
+ 4.1.0
diff --git a/snippets.json b/snippets.json
index 68ec9de..5698ba6 100644
--- a/snippets.json
+++ b/snippets.json
@@ -617,7 +617,7 @@
],
"framework": "java",
"lib": "spring-boot-starter-oauth2-client",
- "lib_version": "4.0.6",
+ "lib_version": "4.1.0",
"docs_url": "https://docs.spring.io/spring-security/reference/servlet/oauth2/login/index.html",
"install": "",
"repo_path": "samples/java/login-auth-code",
@@ -775,7 +775,7 @@
],
"framework": "java",
"lib": "spring-boot-starter-oauth2-client",
- "lib_version": "4.0.6",
+ "lib_version": "4.1.0",
"docs_url": "https://docs.spring.io/spring-security/reference/servlet/oauth2/login/index.html",
"install": "",
"repo_path": "samples/java/token-refresh",
@@ -901,7 +901,7 @@
],
"framework": "java",
"lib": "spring-security-saml2-service-provider",
- "lib_version": "4.0.6",
+ "lib_version": "4.1.0",
"docs_url": "https://docs.spring.io/spring-security/reference/servlet/saml2/login/index.html",
"install": "",
"repo_path": "samples/java/saml-sp-login",