Skip to content

Commit

Permalink
Update to Spring Boot 3.1.4
Browse files Browse the repository at this point in the history
Closes gh-1404
  • Loading branch information
jgrandja committed Oct 16, 2023
1 parent dd98d02 commit 0b287a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0")) {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.4")) {
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
}
implementation platform("org.springframework.security:spring-security-bom:6.1.0")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.1.0"
id "org.springframework.boot" version "3.1.4"
id "io.spring.dependency-management" version "1.1.0"
id "java"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.1.0"
id "org.springframework.boot" version "3.1.4"
id "io.spring.dependency-management" version "1.1.0"
id "java"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-client/samples-demo-client.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.1.0"
id "org.springframework.boot" version "3.1.4"
id "io.spring.dependency-management" version "1.1.0"
id "java"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/messages-resource/samples-messages-resource.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.1.0"
id "org.springframework.boot" version "3.1.4"
id "io.spring.dependency-management" version "1.1.0"
id "java"
}
Expand Down

0 comments on commit 0b287a6

Please sign in to comment.