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 e8b5aa7 commit 77fa79cCopy full SHA for 77fa79c
samples/springboot3/alt-pet-store/build.gradle
@@ -9,7 +9,7 @@ repositories {
9
10
dependencies {
11
implementation (
12
- implementation('org.springframework.boot:spring-boot-starter-web:3.4.5') {
+ implementation('org.springframework.boot:spring-boot-starter-web:3.5.3') {
13
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
14
},
15
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',
0 commit comments