Skip to content

Commit fa50e35

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.3.1 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 110f018 commit fa50e35

File tree

1 file changed

+1
-1
lines changed
  • aws-serverless-springboot3-archetype/src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/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-
'org.springframework.boot:spring-boot-starter-web:3.3.1',
12+
'org.springframework.boot:spring-boot-starter-web:3.3.2',
1313
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',
1414
)
1515

0 commit comments

Comments
 (0)