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] authored Sep 18, 2023
1 parent 626755c commit 83edf0a
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 @@ -70,7 +70,7 @@ dependencies {
testImplementation "org.grails:grails-gorm-testing-support"
testImplementation "org.mockito:mockito-core"
testImplementation "org.grails:grails-web-testing-support"
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'
testImplementation group: 'com.h2database', name: 'h2', version: '2.2.224'


documentation "org.codehaus.groovy:groovy:$groovyVersion"
Expand Down

0 comments on commit 83edf0a

Please sign in to comment.