Skip to content

Commit 59b1161

Browse files
committed
Merge branch '1.2.x'
2 parents 49b199c + 979fee1 commit 59b1161

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: docs/spring-authorization-server-docs.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646
}
4747

4848
dependencies {
49-
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0")) {
49+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) {
5050
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
5151
}
5252
implementation platform("org.springframework.security:spring-security-bom:6.1.0")

Diff for: 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 "3.1.0"
2+
id "org.springframework.boot" version "3.2.2"
33
id "io.spring.dependency-management" version "1.1.0"
44
id "java"
55
}

Diff for: samples/demo-authorizationserver/samples-demo-authorizationserver.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "3.1.0"
2+
id "org.springframework.boot" version "3.2.2"
33
id "io.spring.dependency-management" version "1.1.0"
44
id "java"
55
}

Diff for: samples/demo-client/samples-demo-client.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "3.1.0"
2+
id "org.springframework.boot" version "3.2.2"
33
id "io.spring.dependency-management" version "1.1.0"
44
id "java"
55
}

Diff for: 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 "3.1.0"
2+
id "org.springframework.boot" version "3.2.2"
33
id "io.spring.dependency-management" version "1.1.0"
44
id "java"
55
}

0 commit comments

Comments
 (0)