Skip to content

Commit 2b6e895

Browse files
Bump io.spring.dependency-management in the gradle group (#465)
Bumps the gradle group with 1 update: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). Updates `io.spring.dependency-management` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ff3837 commit 2b6e895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
kotlin("plugin.spring") version "1.9.23"
77
kotlin("plugin.jpa") version "1.9.23"
88
id("org.springframework.boot") version "3.2.5"
9-
id("io.spring.dependency-management") version "1.1.4"
9+
id("io.spring.dependency-management") version "1.1.5"
1010
id("com.expediagroup.graphql") version "7.1.1"
1111
id("org.sonarqube") version "5.0.0.4638"
1212
jacoco

0 commit comments

Comments
 (0)