diff options
author | dependabot[bot] | 2024-05-27 21:45:12 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2024-05-28 09:38:58 +0300 |
commit | f99dad55bc2b2c0dc4ada8769b9630860fb1b2e8 (patch) | |
tree | 3664d23352a1eebc0b8c5ebc5720a7820b28d7f1 | |
parent | 40fc9a47f30fe5b4be4caef339189edfdf8bc79e (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.5 to 3.3.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.2.5</version> + <version>3.3.0</version> <relativePath /> </parent> <groupId>com.juick</groupId> @@ -140,6 +140,11 @@ <artifactId>flyway-core</artifactId> </dependency> <dependency> + <groupId>org.flywaydb</groupId> + <artifactId>flyway-database-postgresql</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> </dependency> |