Skip to content

Commit

Permalink
Spring Boot updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sadv1r committed Jun 3, 2024
1 parent d255421 commit 170bcae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '2.7.16' apply false
id 'org.springframework.boot' version '2.7.18' apply false
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion samples/web-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.16'
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management'
}

Expand Down
2 changes: 1 addition & 1 deletion samples/webflux-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.16'
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management'
}

Expand Down

0 comments on commit 170bcae

Please sign in to comment.