Skip to content

Commit

Permalink
Update to Spring Boot 2.6.7
Browse files Browse the repository at this point in the history
Closes gh-719
  • Loading branch information
jgrandja committed May 4, 2022
1 parent 3cc89f9 commit 8968187
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.5.12")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.6.7")
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.5.12"
id "org.springframework.boot" version "2.6.7"
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.5.12"
id "org.springframework.boot" version "2.6.7"
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.5.12"
id "org.springframework.boot" version "2.6.7"
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.5.12"
id "org.springframework.boot" version "2.6.7"
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.5.12"
id "org.springframework.boot" version "2.6.7"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
}
Expand Down

0 comments on commit 8968187

Please sign in to comment.