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 Jan 5, 2022
1 parent 4aa0995 commit 9faccc5
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 @@ -68,7 +68,7 @@ dependencies {
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")

testImplementation("junit:junit:4.13.2")
testImplementation("com.h2database:h2:1.4.200")
testImplementation("com.h2database:h2:2.0.206")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.mockito:mockito-core:${mockitoVersion}")
testImplementation("org.mockito:mockito-inline:${mockitoVersion}")
Expand Down

0 comments on commit 9faccc5

Please sign in to comment.