Skip to content

Commit

Permalink
Update to Spring Boot 3.0.11
Browse files Browse the repository at this point in the history
Closes gh-1400
  • Loading branch information
jgrandja committed Oct 16, 2023
1 parent e92206a commit 972c00b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0.0")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.11")
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-security"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.0.0"
id "org.springframework.boot" version "3.0.11"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
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.0.0"
id "org.springframework.boot" version "3.0.11"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
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.0.0"
id "org.springframework.boot" version "3.0.11"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/messages-client/samples-messages-client.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.0.0"
id "org.springframework.boot" version "3.0.11"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
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.0.0"
id "org.springframework.boot" version "3.0.11"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
}
Expand Down

0 comments on commit 972c00b

Please sign in to comment.