Skip to content

Commit

Permalink
Update spring
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 60533fa commit 1fa2da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<!-- https://stackoverflow.com/questions/51521953/how-to-use-propertiesmergingresourcetransformer-of-maven-shade-plugin-when-add -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.18</version>
<version>3.4.1</version>
</dependency>
</dependencies>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html -->
<!-- https://github.com/aleph0io/aws-lambda-java-base-images proposes a JDK17 base image-->
<!-- https://github.com/aws/aws-lambda-base-images/issues/29 -->
<version>2.7.18</version>
<version>3.4.1</version>
<!-- http://stackoverflow.com/questions/6003831/parent-relativepath-points-at-my-com-mycompanymyproject-instead-of-org-apache -->
<relativePath />
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<sentry-spring.version>7.17.0</sentry-spring.version>
<!-- Used for agnostic AWS-Lambda -->
<spring-cloud.version>2021.0.9</spring-cloud.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>

<!-- quality properties -->
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>
Expand Down

0 comments on commit 1fa2da2

Please sign in to comment.