Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v2.0.204
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
renovate-bot authored and renovate[bot] committed Dec 24, 2021
1 parent 831214a commit 6faad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ ext {
dependencies {
implementation "org.springframework.boot:spring-boot-starter-web"
testImplementation 'junit:junit:4.13.2'
implementation 'com.h2database:h2:2.0.202'
implementation 'com.h2database:h2:2.0.204'
testImplementation "com.tngtech.jgiven:jgiven-spring-junit4:$jgivenVersion"
testImplementation "org.assertj:assertj-core:$assertjVersion"
testImplementation "com.tngtech.java:junit-dataprovider:$junitDataproviderVersion"

0 comments on commit 6faad3f

Please sign in to comment.