Skip to content

Commit 0bd153c

Browse files
committed
Update to Spring Boot 3.0.0-M4
Closes gh-834
1 parent 67d11d5 commit 0bd153c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.0")
15+
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0-M4")
1616
implementation "org.springframework.boot:spring-boot-starter-web"
1717
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
1818
implementation "org.springframework.boot:spring-boot-starter-security"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "2.7.0"
2+
id "org.springframework.boot" version "3.0.0-M4"
33
id "io.spring.dependency-management" version "1.0.11.RELEASE"
44
id "java"
55
}

samples/default-authorizationserver/samples-default-authorizationserver.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "2.7.0"
2+
id "org.springframework.boot" version "3.0.0-M4"
33
id "io.spring.dependency-management" version "1.0.11.RELEASE"
44
id "java"
55
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "2.7.0"
2+
id "org.springframework.boot" version "3.0.0-M4"
33
id "io.spring.dependency-management" version "1.0.11.RELEASE"
44
id "java"
55
}

samples/messages-client/samples-messages-client.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "2.7.0"
2+
id "org.springframework.boot" version "3.0.0-M4"
33
id "io.spring.dependency-management" version "1.0.11.RELEASE"
44
id "java"
55
}

samples/messages-resource/samples-messages-resource.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "2.7.0"
2+
id "org.springframework.boot" version "3.0.0-M4"
33
id "io.spring.dependency-management" version "1.0.11.RELEASE"
44
id "java"
55
}

0 commit comments

Comments
 (0)