Skip to content

Commit

Permalink
Bump com.h2database:h2 from 1.3.176 to 2.2.224
Browse files Browse the repository at this point in the history
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 1.3.176 to 2.2.224.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.224)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 6961b20 commit 6dfa6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-datastore-gorm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly "org.springframework:spring-jdbc:$springVersion"
compileOnly "org.springframework:spring-web:$springVersion"
testCompile "org.springframework:spring-jdbc:$springVersion"
testRuntime 'com.h2database:h2:1.3.176'
testRuntime 'com.h2database:h2:2.2.224'

testCompile("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
}
Expand Down

0 comments on commit 6dfa6aa

Please sign in to comment.