Skip to content

Commit f67d942

Browse files
Update all non-major dependencies (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 220f7a8 commit f67d942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
plugins {
4-
kotlin("jvm") version "2.1.10"
4+
kotlin("jvm") version "2.1.20"
55

66
java
77
`maven-publish`
@@ -30,7 +30,7 @@ dependencies {
3030
compileOnly("org.jetbrains:annotations:26.0.2")
3131

3232
testImplementation(kotlin("test"))
33-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
33+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)