Skip to content

Commit 3d7afa5

Browse files
committed
Update spring to v2.7.12
1 parent c8c8957 commit 3d7afa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop/spark/spark-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<!-- application ClassLoader, while it is exactly what's done by SparkSubmit -->
110110
<groupId>org.springframework.boot</groupId>
111111
<artifactId>spring-boot-maven-plugin</artifactId>
112-
<version>2.7.11</version>
112+
<version>2.7.12</version>
113113
</dependency>
114114
</dependencies>
115115
</plugin>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Import dependency management from Spring Boot -->
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.11</version>
9+
<version>2.7.12</version>
1010
<!-- http://stackoverflow.com/questions/6003831/parent-relativepath-points-at-my-com-mycompanymyproject-instead-of-org-apache -->
1111
<relativePath />
1212
</parent>

0 commit comments

Comments
 (0)