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 4daafe8 commit c7fb0d1Copy full SHA for c7fb0d1
samples/springboot2/pet-store/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
implementation (
11
- implementation('org.springframework.boot:spring-boot-starter-web:2.6.7') {
+ implementation('org.springframework.boot:spring-boot-starter-web:2.7.3') {
12
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
13
},
14
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)',
0 commit comments