We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb899c9 commit e9acd85Copy full SHA for e9acd85
build.gradle.kts
@@ -66,7 +66,7 @@ val copyWasmDependencies by tasks.creating(Copy::class) {
66
67
plugins {
68
id("org.springframework.boot") version "2.7.10"
69
- id("io.spring.dependency-management") version "1.1.3"
+ id("io.spring.dependency-management") version "1.1.4"
70
val kotlinVersion by System.getProperties()
71
kotlin("jvm") version "$kotlinVersion"
72
kotlin("plugin.spring") version "$kotlinVersion"
0 commit comments