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 7b79997 commit fa04c9eCopy full SHA for fa04c9e
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
34
35
// dependencies used by examples in this project
36
- testRuntimeOnly "com.h2database:h2:2.2.224"
+ testRuntimeOnly "com.h2database:h2:2.3.232"
37
implementation "org.apache.groovy:groovy-sql"
38
}
39
pom.xml
@@ -116,7 +116,7 @@
116
<dependency>
117
<groupId>com.h2database</groupId>
118
<artifactId>h2</artifactId>
119
- <version>2.2.224</version>
+ <version>2.3.232</version>
120
</dependency>
121
122
<groupId>org.apache.groovy</groupId>
0 commit comments