Update dependency com.h2database:h2 to v2.2.222

This commit is contained in:
renovate[bot]
2023-09-15 10:46:54 +02:00
committed by Leonard Brünings
parent b195d0af7a
commit c1846e60a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,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.2.220" testRuntimeOnly "com.h2database:h2:2.2.222"
implementation "org.apache.groovy:groovy-sql" implementation "org.apache.groovy:groovy-sql"
} }
+1 -1
View File
@@ -116,7 +116,7 @@
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>2.2.220</version> <version>2.2.222</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.groovy</groupId> <groupId>org.apache.groovy</groupId>