Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 5247a36 commit 6322fd0
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.2.0'
id 'org.springframework.boot' version '3.2.2'
}

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.2.0'
id 'org.springframework.boot' version '3.2.2'
id 'jacoco'
id 'checkstyle'
}
Expand Down

0 comments on commit 6322fd0

Please sign in to comment.