From 997b38f931f077bffc90c49f634714bd9010f231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:19 +0000 Subject: [PATCH] chore(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8 --- my-samples/auth-server-01-start/pom.xml | 2 +- my-samples/auth-server-02-pkce/pom.xml | 2 +- my-samples/auth-server-03-min/pom.xml | 2 +- my-samples/auth-server-04-jwks-keypair/pom.xml | 2 +- my-samples/auth-server-05-oauth2-login/pom.xml | 2 +- my-samples/auth-server-06-oauth2-login/pom.xml | 2 +- my-samples/auth-server-custom-code/pom.xml | 2 +- my-samples/auth-server-custom-password/pom.xml | 2 +- my-samples/auth-server-jdbc/pom.xml | 2 +- my-samples/auth-server-jpa/pom.xml | 2 +- my-samples/auth-server-multitenancy/pom.xml | 2 +- my-samples/auth-server-redis/pom.xml | 2 +- my-samples/auth-server-registration/pom.xml | 2 +- my-samples/auth-server-userinfo/pom.xml | 2 +- my-samples/common-test/pom.xml | 2 +- my-samples/oauth2-client-jte/pom.xml | 2 +- my-samples/oauth2-client-resttemplate/pom.xml | 2 +- my-samples/oauth2-client-userinfo/pom.xml | 2 +- my-samples/oauth2-client-webclient-httpexchange/pom.xml | 2 +- my-samples/oauth2-client-webclient-pkce/pom.xml | 2 +- my-samples/oauth2-client-webclient/pom.xml | 2 +- my-samples/oauth2-client/pom.xml | 2 +- my-samples/resource-server-issuer-url/pom.xml | 2 +- my-samples/resource-server-jwks-private-key/pom.xml | 2 +- my-samples/resource-server-jwks/pom.xml | 2 +- my-samples/resource-server-multitenancy/pom.xml | 2 +- my-samples/resource-server-opaque/pom.xml | 2 +- my-samples/resource-server-public-key/pom.xml | 2 +- spring-official-samples/backend-for-spa-client/pom.xml | 2 +- spring-official-samples/default-authorizationserver/pom.xml | 2 +- spring-official-samples/demo-authorizationserver/pom.xml | 2 +- spring-official-samples/demo-client/pom.xml | 2 +- spring-official-samples/messages-resource/pom.xml | 2 +- spring-official-samples/users-resource/pom.xml | 2 +- spring-official-samples/x509-certificate-generator/pom.xml | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/my-samples/auth-server-01-start/pom.xml b/my-samples/auth-server-01-start/pom.xml index 9e2ab7c..f77cc28 100644 --- a/my-samples/auth-server-01-start/pom.xml +++ b/my-samples/auth-server-01-start/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-02-pkce/pom.xml b/my-samples/auth-server-02-pkce/pom.xml index 4f31ade..c5a0a51 100644 --- a/my-samples/auth-server-02-pkce/pom.xml +++ b/my-samples/auth-server-02-pkce/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-03-min/pom.xml b/my-samples/auth-server-03-min/pom.xml index 5dc4789..946c97a 100644 --- a/my-samples/auth-server-03-min/pom.xml +++ b/my-samples/auth-server-03-min/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-04-jwks-keypair/pom.xml b/my-samples/auth-server-04-jwks-keypair/pom.xml index 56b3fc9..f3a5acf 100644 --- a/my-samples/auth-server-04-jwks-keypair/pom.xml +++ b/my-samples/auth-server-04-jwks-keypair/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-05-oauth2-login/pom.xml b/my-samples/auth-server-05-oauth2-login/pom.xml index 7fd44bc..bb5ae88 100644 --- a/my-samples/auth-server-05-oauth2-login/pom.xml +++ b/my-samples/auth-server-05-oauth2-login/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-06-oauth2-login/pom.xml b/my-samples/auth-server-06-oauth2-login/pom.xml index df99895..fbf6ff5 100644 --- a/my-samples/auth-server-06-oauth2-login/pom.xml +++ b/my-samples/auth-server-06-oauth2-login/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-custom-code/pom.xml b/my-samples/auth-server-custom-code/pom.xml index a908145..cc00e65 100644 --- a/my-samples/auth-server-custom-code/pom.xml +++ b/my-samples/auth-server-custom-code/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 4.0.0 diff --git a/my-samples/auth-server-custom-password/pom.xml b/my-samples/auth-server-custom-password/pom.xml index a4dabad..cde5a44 100644 --- a/my-samples/auth-server-custom-password/pom.xml +++ b/my-samples/auth-server-custom-password/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 4.0.0 diff --git a/my-samples/auth-server-jdbc/pom.xml b/my-samples/auth-server-jdbc/pom.xml index 2e77a1a..a48d479 100644 --- a/my-samples/auth-server-jdbc/pom.xml +++ b/my-samples/auth-server-jdbc/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-jpa/pom.xml b/my-samples/auth-server-jpa/pom.xml index 657500a..322453e 100644 --- a/my-samples/auth-server-jpa/pom.xml +++ b/my-samples/auth-server-jpa/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-multitenancy/pom.xml b/my-samples/auth-server-multitenancy/pom.xml index 2b34cbc..84abc5d 100644 --- a/my-samples/auth-server-multitenancy/pom.xml +++ b/my-samples/auth-server-multitenancy/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-redis/pom.xml b/my-samples/auth-server-redis/pom.xml index dd88b6d..d621068 100644 --- a/my-samples/auth-server-redis/pom.xml +++ b/my-samples/auth-server-redis/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-registration/pom.xml b/my-samples/auth-server-registration/pom.xml index ed9a366..6e1cc2d 100644 --- a/my-samples/auth-server-registration/pom.xml +++ b/my-samples/auth-server-registration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/auth-server-userinfo/pom.xml b/my-samples/auth-server-userinfo/pom.xml index 1650bdc..b32802f 100644 --- a/my-samples/auth-server-userinfo/pom.xml +++ b/my-samples/auth-server-userinfo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/common-test/pom.xml b/my-samples/common-test/pom.xml index f6a3550..2237d4e 100644 --- a/my-samples/common-test/pom.xml +++ b/my-samples/common-test/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/oauth2-client-jte/pom.xml b/my-samples/oauth2-client-jte/pom.xml index 97f84e7..fee9433 100644 --- a/my-samples/oauth2-client-jte/pom.xml +++ b/my-samples/oauth2-client-jte/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/oauth2-client-resttemplate/pom.xml b/my-samples/oauth2-client-resttemplate/pom.xml index d27c054..6f10275 100644 --- a/my-samples/oauth2-client-resttemplate/pom.xml +++ b/my-samples/oauth2-client-resttemplate/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 4.0.0 diff --git a/my-samples/oauth2-client-userinfo/pom.xml b/my-samples/oauth2-client-userinfo/pom.xml index b722eb5..347e4cf 100644 --- a/my-samples/oauth2-client-userinfo/pom.xml +++ b/my-samples/oauth2-client-userinfo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/oauth2-client-webclient-httpexchange/pom.xml b/my-samples/oauth2-client-webclient-httpexchange/pom.xml index 112a7a2..3e2a4cb 100644 --- a/my-samples/oauth2-client-webclient-httpexchange/pom.xml +++ b/my-samples/oauth2-client-webclient-httpexchange/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 4.0.0 diff --git a/my-samples/oauth2-client-webclient-pkce/pom.xml b/my-samples/oauth2-client-webclient-pkce/pom.xml index 78758e1..bfe4549 100644 --- a/my-samples/oauth2-client-webclient-pkce/pom.xml +++ b/my-samples/oauth2-client-webclient-pkce/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/oauth2-client-webclient/pom.xml b/my-samples/oauth2-client-webclient/pom.xml index 035a2c6..ca13464 100644 --- a/my-samples/oauth2-client-webclient/pom.xml +++ b/my-samples/oauth2-client-webclient/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 4.0.0 diff --git a/my-samples/oauth2-client/pom.xml b/my-samples/oauth2-client/pom.xml index 3e8e6b8..0abbae6 100644 --- a/my-samples/oauth2-client/pom.xml +++ b/my-samples/oauth2-client/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/resource-server-issuer-url/pom.xml b/my-samples/resource-server-issuer-url/pom.xml index 872c4d8..3ca13f9 100644 --- a/my-samples/resource-server-issuer-url/pom.xml +++ b/my-samples/resource-server-issuer-url/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/resource-server-jwks-private-key/pom.xml b/my-samples/resource-server-jwks-private-key/pom.xml index 405892c..82f2de7 100644 --- a/my-samples/resource-server-jwks-private-key/pom.xml +++ b/my-samples/resource-server-jwks-private-key/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/resource-server-jwks/pom.xml b/my-samples/resource-server-jwks/pom.xml index 6679641..0cc0cb1 100644 --- a/my-samples/resource-server-jwks/pom.xml +++ b/my-samples/resource-server-jwks/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/resource-server-multitenancy/pom.xml b/my-samples/resource-server-multitenancy/pom.xml index 493ed1b..ed2f3a0 100644 --- a/my-samples/resource-server-multitenancy/pom.xml +++ b/my-samples/resource-server-multitenancy/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/resource-server-opaque/pom.xml b/my-samples/resource-server-opaque/pom.xml index bb62bd2..e4d89e9 100644 --- a/my-samples/resource-server-opaque/pom.xml +++ b/my-samples/resource-server-opaque/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/my-samples/resource-server-public-key/pom.xml b/my-samples/resource-server-public-key/pom.xml index 42eebfa..b342104 100644 --- a/my-samples/resource-server-public-key/pom.xml +++ b/my-samples/resource-server-public-key/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.chensoul diff --git a/spring-official-samples/backend-for-spa-client/pom.xml b/spring-official-samples/backend-for-spa-client/pom.xml index 785b43d..4f3b7ac 100644 --- a/spring-official-samples/backend-for-spa-client/pom.xml +++ b/spring-official-samples/backend-for-spa-client/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example diff --git a/spring-official-samples/default-authorizationserver/pom.xml b/spring-official-samples/default-authorizationserver/pom.xml index a38330c..d299e26 100644 --- a/spring-official-samples/default-authorizationserver/pom.xml +++ b/spring-official-samples/default-authorizationserver/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example diff --git a/spring-official-samples/demo-authorizationserver/pom.xml b/spring-official-samples/demo-authorizationserver/pom.xml index c4d68e8..a46de87 100644 --- a/spring-official-samples/demo-authorizationserver/pom.xml +++ b/spring-official-samples/demo-authorizationserver/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example diff --git a/spring-official-samples/demo-client/pom.xml b/spring-official-samples/demo-client/pom.xml index 62d3372..300da57 100644 --- a/spring-official-samples/demo-client/pom.xml +++ b/spring-official-samples/demo-client/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example diff --git a/spring-official-samples/messages-resource/pom.xml b/spring-official-samples/messages-resource/pom.xml index 04a1f9c..c9afb3c 100644 --- a/spring-official-samples/messages-resource/pom.xml +++ b/spring-official-samples/messages-resource/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example diff --git a/spring-official-samples/users-resource/pom.xml b/spring-official-samples/users-resource/pom.xml index 59b1f88..54f2c50 100644 --- a/spring-official-samples/users-resource/pom.xml +++ b/spring-official-samples/users-resource/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example diff --git a/spring-official-samples/x509-certificate-generator/pom.xml b/spring-official-samples/x509-certificate-generator/pom.xml index 7f0b3ce..631dbd4 100644 --- a/spring-official-samples/x509-certificate-generator/pom.xml +++ b/spring-official-samples/x509-certificate-generator/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.8 com.example