Skip to content

Commit cb9f939

Browse files
Bump io.spring.dependency-management from 1.1.3 to 1.1.6
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.3 to 1.1.6. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.6) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48773dc commit cb9f939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-wot-integration-tests/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("plugin.spring") version "1.9.10"
33
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
4-
id("io.spring.dependency-management") version "1.1.3"
4+
id("io.spring.dependency-management") version "1.1.6"
55
}
66

77
dependencies {

kotlin-wot-spring-boot-starter/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("plugin.spring") version "1.9.10"
33
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
4-
id("io.spring.dependency-management") version "1.1.3"
4+
id("io.spring.dependency-management") version "1.1.6"
55
}
66

77
dependencies {

0 commit comments

Comments
 (0)