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 Jan 6, 2023
1 parent 5ca4413 commit cd3ce67
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 @@ -72,7 +72,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.1.214'


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

0 comments on commit cd3ce67

Please sign in to comment.