Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-gradle-plugin
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 989cd2a commit 13c876e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junit5-spring-boot-rest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.1.4'
springBootVersion = '3.1.5'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion junit5-spring-boot-web/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.1.4'
springBootVersion = '3.1.5'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion junit5-spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.1.4'
springBootVersion = '3.1.5'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 13c876e

Please sign in to comment.