Skip to content

Commit 786f93f

Browse files
Update spring
1 parent f3149d1 commit 786f93f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<!-- https://stackoverflow.com/questions/51521953/how-to-use-propertiesmergingresourcetransformer-of-maven-shade-plugin-when-add -->
119119
<groupId>org.springframework.boot</groupId>
120120
<artifactId>spring-boot-maven-plugin</artifactId>
121-
<version>2.7.9</version>
121+
<version>3.0.4</version>
122122
</dependency>
123123
</dependencies>
124124
<executions>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
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.9</version>
12+
<version>3.0.4</version>
1313
<!-- http://stackoverflow.com/questions/6003831/parent-relativepath-points-at-my-com-mycompanymyproject-instead-of-org-apache -->
1414
<relativePath />
1515
</parent>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
6161
<sentry-spring.version>6.14.0</sentry-spring.version>
6262
<!-- Used for agnostic AWS-Lambda -->
63-
<spring-cloud.version>2021.0.6</spring-cloud.version>
63+
<spring-cloud.version>2022.0.1</spring-cloud.version>
6464

6565
<!-- quality properties -->
6666
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

0 commit comments

Comments
 (0)