From 0f5292b381ef20fb360ed6533bf943e64384deba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:14:09 +0000 Subject: [PATCH 1/2] deps: bump the minor-and-patch group across 3 directories with 1 update Bumps the minor-and-patch group with 1 update in the /samples/java/login-auth-code directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the minor-and-patch group with 1 update in the /samples/java/saml-sp-login directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the minor-and-patch group with 1 update in the /samples/java/token-refresh directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- samples/java/login-auth-code/pom.xml | 2 +- samples/java/saml-sp-login/pom.xml | 2 +- samples/java/token-refresh/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 From 6b1eba45b835110ba3dc1f6a987e14f5b9a2c2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamila=20=C5=9Aroda?= Date: Wed, 17 Jun 2026 12:42:00 +0200 Subject: [PATCH 2/2] snippets --- snippets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",