Skip to content

Commit c7fb0d1

Browse files
committed
chore(deps): Update Spring boot dependency for Gradle sample aws well
1 parent 4daafe8 commit c7fb0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/springboot2/pet-store/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation (
11-
implementation('org.springframework.boot:spring-boot-starter-web:2.6.7') {
11+
implementation('org.springframework.boot:spring-boot-starter-web:2.7.3') {
1212
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
1313
},
1414
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)',

0 commit comments

Comments
 (0)