Explorar o código

Update to Spring Boot 2.7.16

Closes gh-1396
Joe Grandja hai 1 ano
pai
achega
e0bc768ad1

+ 1 - 1
docs/src/docs/asciidoc/examples/spring-authorization-server-docs-examples.gradle

@@ -11,7 +11,7 @@ repositories {
 }
 
 dependencies {
-	implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.5")
+	implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.16")
 	implementation "org.springframework.boot:spring-boot-starter-web"
 	implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
 	implementation "org.springframework.boot:spring-boot-starter-security"

+ 1 - 1
samples/custom-consent-authorizationserver/samples-custom-consent-authorizationserver.gradle

@@ -1,5 +1,5 @@
 plugins {
-	id "org.springframework.boot" version "2.7.5"
+	id "org.springframework.boot" version "2.7.16"
 	id "io.spring.dependency-management" version "1.0.11.RELEASE"
 	id "java"
 }

+ 1 - 1
samples/default-authorizationserver/samples-default-authorizationserver.gradle

@@ -1,5 +1,5 @@
 plugins {
-	id "org.springframework.boot" version "2.7.5"
+	id "org.springframework.boot" version "2.7.16"
 	id "io.spring.dependency-management" version "1.0.11.RELEASE"
 	id "java"
 }

+ 1 - 1
samples/federated-identity-authorizationserver/samples-federated-identity-authorizationserver.gradle

@@ -1,5 +1,5 @@
 plugins {
-	id "org.springframework.boot" version "2.7.5"
+	id "org.springframework.boot" version "2.7.16"
 	id "io.spring.dependency-management" version "1.0.11.RELEASE"
 	id "java"
 }

+ 1 - 1
samples/messages-client/samples-messages-client.gradle

@@ -1,5 +1,5 @@
 plugins {
-	id "org.springframework.boot" version "2.7.5"
+	id "org.springframework.boot" version "2.7.16"
 	id "io.spring.dependency-management" version "1.0.11.RELEASE"
 	id "java"
 }

+ 1 - 1
samples/messages-resource/samples-messages-resource.gradle

@@ -1,5 +1,5 @@
 plugins {
-	id "org.springframework.boot" version "2.7.5"
+	id "org.springframework.boot" version "2.7.16"
 	id "io.spring.dependency-management" version "1.0.11.RELEASE"
 	id "java"
 }