Skip to content

Commit 634f283

Browse files
authored
Merge pull request #1578 from aws/dependabot/gradle/samples/springboot3/alt-pet-store/org.springframework.boot-spring-boot-starter-web-3.5.7
chore(deps): bump org.springframework.boot:spring-boot-starter-web from 3.4.5 to 3.5.7 in /samples/springboot3/alt-pet-store
2 parents c4c63ae + 8f98eea commit 634f283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/springboot3/alt-pet-store/build.gradle

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

1010
dependencies {
1111
implementation (
12-
implementation('org.springframework.boot:spring-boot-starter-web:3.4.5') {
12+
implementation('org.springframework.boot:spring-boot-starter-web:3.5.7') {
1313
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
1414
},
1515
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',

0 commit comments

Comments
 (0)