Skip to content

Commit

Permalink
Update to Spring Boot 2.7.16
Browse files Browse the repository at this point in the history
Closes gh-1396
  • Loading branch information
jgrandja committed Oct 16, 2023
1 parent 4f09f93 commit e0bc768
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 @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
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 "2.7.5"
id "org.springframework.boot" version "2.7.16"
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 "2.7.5"
id "org.springframework.boot" version "2.7.16"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
}
Expand Down

0 comments on commit e0bc768

Please sign in to comment.