Skip to content

Commit f40e63c

Browse files
fix(deps): update kotlin monorepo to v1.9.25
1 parent b0c2375 commit f40e63c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import groovy.lang.Closure
44
import org.gradle.jvm.toolchain.internal.CurrentJvmToolchainSpec
55

66
plugins {
7-
kotlin("jvm") version "1.9.22"
7+
kotlin("jvm") version "1.9.25"
88
id("com.github.johnrengelman.shadow") version "7.1.0"
99
id("com.palantir.git-version") version "0.12.3"
1010
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"

semanticdb-kotlinc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ dependencies {
4343
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
4444

4545
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
46-
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
46+
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.9.25") {
4747
version {
4848
strictly("1.5.0")
4949
}
5050
}.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly")
5151
testImplementation(kotlin("reflect"))
52-
testImplementation(kotlin("script-runtime", "1.5.0"))
52+
testImplementation(kotlin("script-runtime", "1.9.25"))
5353

5454
snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.8.24")
5555
}

0 commit comments

Comments
 (0)