Skip to content

Commit 4fabd52

Browse files
Update dependency com.h2database:h2 to v2.4.240
1 parent 66b4d99 commit 4fabd52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
3636

3737
// dependencies used by examples in this project
38-
testRuntimeOnly "com.h2database:h2:2.2.224"
38+
testRuntimeOnly "com.h2database:h2:2.4.240"
3939
implementation "org.apache.groovy:groovy-sql"
4040
}
4141

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.h2database</groupId>
129129
<artifactId>h2</artifactId>
130-
<version>2.2.224</version>
130+
<version>2.4.240</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.groovy</groupId>

0 commit comments

Comments
 (0)