Skip to content

Commit fa04c9e

Browse files
Update dependency com.h2database:h2 to v2.3.232
1 parent 7b79997 commit fa04c9e

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
@@ -33,7 +33,7 @@ dependencies {
3333
testRuntimeOnly "org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
3434

3535
// dependencies used by examples in this project
36-
testRuntimeOnly "com.h2database:h2:2.2.224"
36+
testRuntimeOnly "com.h2database:h2:2.3.232"
3737
implementation "org.apache.groovy:groovy-sql"
3838
}
3939

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.h2database</groupId>
118118
<artifactId>h2</artifactId>
119-
<version>2.2.224</version>
119+
<version>2.3.232</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.apache.groovy</groupId>

0 commit comments

Comments
 (0)