Skip to content

Commit 9b97dff

Browse files
Bump h2 from 2.1.210 to 2.1.212
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.1.212. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.1.210...version-2.1.212) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02c1663 commit 9b97dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parents/integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
<db.dialect>org.hibernate.dialect.H2Dialect</db.dialect>
646646
<jdbc.driver.groupId>com.h2database</jdbc.driver.groupId>
647647
<jdbc.driver.artifactId>h2</jdbc.driver.artifactId>
648-
<jdbc.driver.version>${version.com.h2database}</jdbc.driver.version>
648+
<jdbc.driver.version>2.1.212</jdbc.driver.version>
649649
<jdbc.driver>org.h2.Driver</jdbc.driver>
650650
<jdbc.url>jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1</jdbc.url>
651651
<jdbc.user>sa</jdbc.user>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
<version.org.awaitily>4.2.0</version.org.awaitily>
319319
<version.org.skyscreamer.jsonassert>1.5.0</version.org.skyscreamer.jsonassert>
320320
<version.io.takari.junit>1.2.7</version.io.takari.junit>
321-
<version.com.h2database>2.1.210</version.com.h2database>
321+
<version.com.h2database>2.1.212</version.com.h2database>
322322
<version.com.github.tomakehurst.wiremock>2.27.2</version.com.github.tomakehurst.wiremock>
323323
<version.org.apache.commons.lang3>3.12.0</version.org.apache.commons.lang3>
324324
<version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>

0 commit comments

Comments
 (0)