Update h2 to 2.1.210
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ dependencies {
|
|||||||
testRuntimeOnly "org.objenesis:objenesis:3.2" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
|
testRuntimeOnly "org.objenesis:objenesis:3.2" // 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.0.210"
|
testRuntimeOnly "com.h2database:h2:2.1.210"
|
||||||
implementation "org.codehaus.groovy:groovy-sql:3.0.8"
|
implementation "org.codehaus.groovy:groovy-sql:3.0.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database</groupId>
|
<groupId>com.h2database</groupId>
|
||||||
<artifactId>h2</artifactId>
|
<artifactId>h2</artifactId>
|
||||||
<version>2.0.210</version>
|
<version>2.1.210</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user