Skip to content

Commit a1ea2f8

Browse files
Update all non-major dependencies
1 parent 9684215 commit a1ea2f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 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.2.0"
4+
kotlin("jvm") version "2.2.10"
55

66
java
77
`maven-publish`
@@ -27,10 +27,10 @@ repositories {
2727

2828
dependencies {
2929
compileOnly(kotlin("stdlib"))
30-
compileOnly("org.jetbrains:annotations:26.0.2")
30+
compileOnly("org.jetbrains:annotations:26.0.2-1")
3131

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

3636
tasks {

0 commit comments

Comments
 (0)