Skip to content

Commit 77fa79c

Browse files
chore(deps): bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8b5aa7 commit 77fa79c

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.3') {
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)