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 9684215 commit 2de8453Copy full SHA for 2de8453
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
3
plugins {
4
- kotlin("jvm") version "2.2.0"
+ kotlin("jvm") version "2.2.10"
5
6
java
7
`maven-publish`
@@ -30,7 +30,7 @@ dependencies {
30
compileOnly("org.jetbrains:annotations:26.0.2")
31
32
testImplementation(kotlin("test"))
33
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
34
}
35
36
tasks {
0 commit comments