Skip to content

Commit 3579923

Browse files
Bump org.springframework.boot:spring-boot-gradle-plugin
Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.4.1 to 3.5.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19efe96 commit 3579923

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ buildscript {
77
}
88
dependencies {
99
classpath 'io.spring.gradle:dependency-management-plugin:1.1.7'
10-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.5.4'
10+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.5.5'
1111
}
1212
}
1313

1414
plugins {
1515
id 'java'
1616
id 'idea'
17-
id 'org.springframework.boot' version '3.5.4'
17+
id 'org.springframework.boot' version '3.5.5'
1818
id 'jacoco'
1919
}
2020

0 commit comments

Comments
 (0)