Skip to content

Commit 7ea6b11

Browse files
Update spring to v2.7.18
1 parent 7873183 commit 7ea6b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lambda/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<!-- https://stackoverflow.com/questions/51521953/how-to-use-propertiesmergingresourcetransformer-of-maven-shade-plugin-when-add -->
132132
<groupId>org.springframework.boot</groupId>
133133
<artifactId>spring-boot-maven-plugin</artifactId>
134-
<version>2.7.17</version>
134+
<version>2.7.18</version>
135135
</dependency>
136136
</dependencies>
137137
<executions>

parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html -->
1010
<!-- https://github.com/aleph0io/aws-lambda-java-base-images proposes a JDK17 base image-->
1111
<!-- https://github.com/aws/aws-lambda-base-images/issues/29 -->
12-
<version>2.7.17</version>
12+
<version>2.7.18</version>
1313
<!-- http://stackoverflow.com/questions/6003831/parent-relativepath-points-at-my-com-mycompanymyproject-instead-of-org-apache -->
1414
<relativePath />
1515
</parent>

0 commit comments

Comments
 (0)