Skip to content

Commit 0b8e34e

Browse files
Merge pull request #119 from igorcampos-dev/renovate/spring-boot
fix(deps): update spring boot to v3.5.7
2 parents cd41fb7 + 96f66c7 commit 0b8e34e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-batch-db-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.6</version>
10+
<version>3.5.7</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -21,7 +21,7 @@
2121
<java.version>21</java.version>
2222
<lombok.version>1.18.42</lombok.version>
2323
<h2.version>2.4.240</h2.version>
24-
<spring.boot.version>3.5.6</spring.boot.version>
24+
<spring.boot.version>3.5.7</spring.boot.version>
2525
<spring.batch.version>5.2.4</spring.batch.version>
2626
<maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>
2727
<instancio.version>5.5.1</instancio.version>

spring-batch-file-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.6</version>
10+
<version>3.5.7</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -20,7 +20,7 @@
2020
<properties>
2121
<java.version>21</java.version>
2222
<lombok.version>1.18.42</lombok.version>
23-
<spring.boot.version>3.5.6</spring.boot.version>
23+
<spring.boot.version>3.5.7</spring.boot.version>
2424
<spring.batch.version>5.2.4</spring.batch.version>
2525
<maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>
2626
<instancio.version>5.5.1</instancio.version>

0 commit comments

Comments
 (0)