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 3, 2023
1 parent 7350d61 commit 31c2369
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 @@ -7,7 +7,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<!-- SprintBoot requires JDK17 while AWS Lambda requires JDK11 -->
<!-- https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html -->
<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 @@ -45,7 +45,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<sentry-spring.version>6.13.0</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>
<jacoco.instruction.ratio>0.10</jacoco.instruction.ratio>
Expand Down

0 comments on commit 31c2369

Please sign in to comment.