Skip to content

Commit

Permalink
Update spring
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2023
1 parent bc6cb4a commit 0299786
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 @@ -118,7 +118,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.8</version>
<version>3.0.2</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.8</version>
<version>3.0.2</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 @@ -56,7 +56,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<sentry-spring.version>6.13.1</sentry-spring.version>
<!-- Used for agnostic AWS-Lambda -->
<spring-cloud.version>2021.0.5</spring-cloud.version>
<spring-cloud.version>2022.0.1</spring-cloud.version>

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

0 comments on commit 0299786

Please sign in to comment.