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.2.5 to 3.3.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

---
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] committed May 23, 2024
1 parent 380138d commit 32ea52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation 'me.nullicorn:Nedit:2.2.0'

// Spring boot and postgresql
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.2.5'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.3.0'
implementation 'org.springframework.boot:spring-boot-starter-security:3.2.5'
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.5'
runtimeOnly 'org.postgresql:postgresql:42.7.3'
Expand Down

0 comments on commit 32ea52e

Please sign in to comment.