Skip to content

Commit

Permalink
chore(deps): Update Spring boot dependency for Gradle sample aws well
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Sep 21, 2022
1 parent 4daafe8 commit c7fb0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/springboot2/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation (
implementation('org.springframework.boot:spring-boot-starter-web:2.6.7') {
implementation('org.springframework.boot:spring-boot-starter-web:2.7.3') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
},
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)',
Expand Down

0 comments on commit c7fb0d1

Please sign in to comment.