Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Oct 3, 2024
1 parent b7c0e62 commit 3b21dbb
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 @@ -132,7 +132,7 @@ dependencies {
// 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'

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

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.8'
Expand Down

0 comments on commit 3b21dbb

Please sign in to comment.