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
renovate[bot] committed Aug 1, 2023
1 parent 597677e commit 4704595
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 @@ -66,7 +66,7 @@ dependencies {

testImplementation("junit:junit:4.13.2")
//noinspection VulnerableLibrariesLocal
testImplementation("com.h2database:h2:1.4.200")
testImplementation("com.h2database:h2:2.2.220")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.mockito:mockito-inline") // TODO: remove once we update to spring boot 3
//noinspection VulnerableLibrariesLocal
Expand Down

0 comments on commit 4704595

Please sign in to comment.