Skip to content

Commit 04b2431

Browse files
Bump springBootVersion from 3.5.0 to 3.5.3
Bumps `springBootVersion` from 3.5.0 to 3.5.3. Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...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-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 338ca8b commit 04b2431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group = 'com.digitalsanctuary.springuser'
1818
description = 'Spring User Framework'
1919

2020
ext {
21-
springBootVersion = '3.5.0'
21+
springBootVersion = '3.5.3'
2222
lombokVersion = '1.18.38'
2323
}
2424

0 commit comments

Comments
 (0)