diff options
author | dependabot[bot] | 2023-10-19 21:45:20 +0000 |
---|---|---|
committer | vitalyster | 2023-10-23 09:29:11 +0300 |
commit | a4b8ad26d50cbfb608309f898f3fee480cff64c8 (patch) | |
tree | 20bec4f01aa2ddb8e277a78ffe92059eea8984e7 | |
parent | 4bffd9dd9894cb2e63e366e949fd3e34e31c9a52 (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.1.4 to 3.1.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5)
---
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.1.4</version> + <version>3.1.5</version> <relativePath /> </parent> <groupId>com.juick</groupId> |