Skip to content

Commit 157c17b

Browse files
chore(deps): bump springBootVersion from 3.3.4 to 3.4.0
Bumps `springBootVersion` from 3.3.4 to 3.4.0. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.4 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.4.0) Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.4 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 440db8d commit 157c17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
buildscript {
1818
ext{
1919
//Plugins
20-
springBootVersion = '3.3.4'
20+
springBootVersion = '3.4.0'
2121
sonarqubeVersion = '6.0.1.5171'
2222
asciidoctorGradleVersion = "4.0.3"
2323

0 commit comments

Comments
 (0)