Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-data-jpa
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.5...v3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent e2da3fe commit 8eb4219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation:3.1.5'
implementation 'org.springframework.boot:spring-boot-starter-security:3.1.5'
implementation 'org.springframework.boot:spring-boot-starter-webflux:3.1.5'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.1.5'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.2.2'
implementation 'org.springframework.boot:spring-boot-starter-cache:3.1.5'
implementation 'org.flywaydb:flyway-mysql:9.22.3'
implementation 'org.mariadb.jdbc:mariadb-java-client:3.2.0'
Expand Down

0 comments on commit 8eb4219

Please sign in to comment.