Skip to content

Commit 83f3894

Browse files
fix(deps): update dependency com.h2database:h2 to v2.4.240
1 parent 631eecf commit 83f3894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-batch-db-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<properties>
2121
<java.version>21</java.version>
2222
<lombok.version>1.18.42</lombok.version>
23-
<h2.version>2.3.232</h2.version>
23+
<h2.version>2.4.240</h2.version>
2424
<spring.boot.version>3.5.6</spring.boot.version>
2525
<spring.batch.version>5.2.3</spring.batch.version>
2626
<maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>

spring-batch-file-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<instancio.version>5.5.1</instancio.version>
2727
<poi.ooxml.version>5.4.1</poi.ooxml.version>
2828
<spring.batch.excel.version>0.1.1</spring.batch.excel.version>
29-
<h2.version>2.3.232</h2.version>
29+
<h2.version>2.4.240</h2.version>
3030
<jacoco.version>0.8.14</jacoco.version>
3131
</properties>
3232

0 commit comments

Comments
 (0)