Skip to content

Commit 4f1976c

Browse files
authored
Bump spring-boot-starter-parent from 3.4.1 to 3.4.2 (#167)
Signed-off-by: Stefano Cordio <[email protected]>
1 parent 1ca9dd6 commit 4f1976c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

spring-batch-bigquery/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2002-2024 the original author or authors.
3+
~ Copyright 2002-2025 the original author or authors.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.4.1</version>
23+
<version>3.4.2</version>
2424
<relativePath/>
2525
</parent>
2626

spring-batch-excel/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2006-2024 the original author or authors.
3+
~ Copyright 2006-2025 the original author or authors.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>3.4.1</version>
22+
<version>3.4.2</version>
2323
<relativePath/>
2424
</parent>
2525

spring-batch-neo4j/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2024 the original author or authors.
3+
~ Copyright 2021-2025 the original author or authors.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.4.1</version>
23+
<version>3.4.2</version>
2424
<relativePath/>
2525
</parent>
2626

spring-batch-notion/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.1</version>
8+
<version>3.4.2</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)