We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b4d99 commit 4fabd52Copy full SHA for 4fabd52
build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
36
37
// dependencies used by examples in this project
38
- testRuntimeOnly "com.h2database:h2:2.2.224"
+ testRuntimeOnly "com.h2database:h2:2.4.240"
39
implementation "org.apache.groovy:groovy-sql"
40
}
41
pom.xml
@@ -127,7 +127,7 @@
127
<dependency>
128
<groupId>com.h2database</groupId>
129
<artifactId>h2</artifactId>
130
- <version>2.2.224</version>
+ <version>2.4.240</version>
131
</dependency>
132
133
<groupId>org.apache.groovy</groupId>
0 commit comments