We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631eecf commit 83f3894Copy full SHA for 83f3894
2 files changed
spring-batch-db-examples/pom.xml
@@ -20,7 +20,7 @@
20
<properties>
21
<java.version>21</java.version>
22
<lombok.version>1.18.42</lombok.version>
23
- <h2.version>2.3.232</h2.version>
+ <h2.version>2.4.240</h2.version>
24
<spring.boot.version>3.5.6</spring.boot.version>
25
<spring.batch.version>5.2.3</spring.batch.version>
26
<maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>
spring-batch-file-examples/pom.xml
@@ -26,7 +26,7 @@
<instancio.version>5.5.1</instancio.version>
27
<poi.ooxml.version>5.4.1</poi.ooxml.version>
28
<spring.batch.excel.version>0.1.1</spring.batch.excel.version>
29
30
<jacoco.version>0.8.14</jacoco.version>
31
</properties>
32
0 commit comments