Skip to content

Commit 239846c

Browse files
Bump jvm from 1.9.24 to 2.0.0 in /junit5-jupiter-starter-gradle-kotlin
Bumps jvm from 1.9.24 to 2.0.0. --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2be296 commit 239846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit5-jupiter-starter-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
kotlin("jvm") version "1.9.24"
4+
kotlin("jvm") version "2.0.0"
55
}
66

77
repositories {

0 commit comments

Comments
 (0)