Skip to content

Commit e6eae5a

Browse files
Bump org.springframework.boot in the dependencies group (#84)
Bumps the dependencies group with 1 update: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff6c969 commit e6eae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
44
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55

66
plugins {
7-
id("org.springframework.boot") version "3.4.5"
7+
id("org.springframework.boot") version "3.5.0"
88
id("io.spring.dependency-management") version "1.1.7"
99
kotlin("jvm") version "2.1.21"
1010
kotlin("plugin.spring") version "2.1.21"

0 commit comments

Comments
 (0)