Skip to content

Commit

Permalink
build(deps): bump org.springframework.boot from 3.1.4 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.2.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.4...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 910cb21 commit dc67798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.openapi.generator' version '7.0.1'
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.2.0'
}

apply plugin: "maven-publish"
Expand Down
2 changes: 1 addition & 1 deletion data-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.2.0'
id 'jacoco'
id 'checkstyle'
}
Expand Down

0 comments on commit dc67798

Please sign in to comment.