diff options
author | dependabot[bot] | 2024-03-25 21:53:08 +0000 |
---|---|---|
committer | vitalyster | 2024-03-26 20:11:55 +0300 |
commit | b35f9accff0f48bc0af4dc6cdfa94b9e121034ec (patch) | |
tree | c1a1446f8fa66e82dddd3d25e7281938fedc5bd5 | |
parent | 02d99a215b07e837cd0b1f1da1df7471588f8ce6 (diff) |
build(deps): bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.2.3</version> + <version>3.2.4</version> <relativePath /> </parent> <groupId>com.juick</groupId> |