Update dependency com.h2database:h2 to v2.2.220 [SECURITY] (#106)

main
renovate[bot] 2 years ago committed by GitHub
parent 1933055e65
commit 59fdc3b296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ dependencies {
testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
// dependencies used by examples in this project // dependencies used by examples in this project
testRuntimeOnly "com.h2database:h2:2.1.214" testRuntimeOnly "com.h2database:h2:2.2.220"
implementation "org.apache.groovy:groovy-sql" implementation "org.apache.groovy:groovy-sql"
} }

@ -117,7 +117,7 @@
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>2.1.214</version> <version>2.2.220</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.groovy</groupId> <groupId>org.apache.groovy</groupId>

Loading…
Cancel
Save