We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00de575 commit 6fa29cdCopy full SHA for 6fa29cd
aws-serverless-java-container-springboot3/pom.xml
@@ -25,7 +25,7 @@
25
<dependency>
26
<groupId>org.springframework.cloud</groupId>
27
<artifactId>spring-cloud-function-serverless-web</artifactId>
28
- <version>4.1.4</version>
+ <version>4.1.5</version>
29
</dependency>
30
31
<groupId>com.amazonaws.serverless</groupId>
samples/springboot3/alt-pet-store/pom.xml
@@ -37,7 +37,7 @@
37
38
39
<artifactId>aws-serverless-java-container-springboot3</artifactId>
40
- <version>[2.2.0-SNAPSHOT,),[2.2.0-M1,)</version>
+ <version>[2.2.0-SNAPSHOT,),[2.1.1,)</version>
41
42
</dependencies>
43
0 commit comments