Skip to content

Commit 0299786

Browse files
Update spring
1 parent bc6cb4a commit 0299786

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.8</version>
121+
<version>3.0.2</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.8</version>
12+
<version>3.0.2</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
@@ -56,7 +56,7 @@
5656
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
5757
<sentry-spring.version>6.13.1</sentry-spring.version>
5858
<!-- Used for agnostic AWS-Lambda -->
59-
<spring-cloud.version>2021.0.5</spring-cloud.version>
59+
<spring-cloud.version>2022.0.1</spring-cloud.version>
6060

6161
<!-- quality properties -->
6262
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

0 commit comments

Comments
 (0)