Skip to content

Commit

Permalink
Update dependency org.springframework.boot:spring-boot-starter-data-j…
Browse files Browse the repository at this point in the history
…pa to v3
  • Loading branch information
mend-for-github-com[bot] authored Oct 27, 2024
1 parent b7c0e62 commit 2fc555b
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 @@ -130,7 +130,7 @@ dependencies {
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.17.2'

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.3.1.RELEASE'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '3.2.11'

runtimeOnly group:'com.h2database', name:'h2', version: '1.3.176'

Expand Down

0 comments on commit 2fc555b

Please sign in to comment.