Skip to content

Commit df5c8f4

Browse files
Bump springBootVersion from 4.0.5 to 4.0.6
Bumps `springBootVersion` from 4.0.5 to 4.0.6. Updates `org.springframework.boot:spring-boot-starter-web` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-starter-actuator` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-configuration-processor` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0363c0f commit df5c8f4

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
@@ -19,7 +19,7 @@ group = 'com.digitalsanctuary.cf.turnstile'
1919
description = 'SpringBoot Cloudflare Turnstile Library'
2020

2121
ext {
22-
springBootVersion = '4.0.5'
22+
springBootVersion = '4.0.6'
2323
lombokVersion = '1.18.44'
2424
}
2525

0 commit comments

Comments
 (0)