File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id(" java-gradle-plugin" )
4
4
id(" maven-publish" )
5
5
id(" com.gradle.plugin-publish" ) version " 1.3.1"
6
- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.2 "
6
+ id(" org.jlleitschuh.gradle.ktlint" ) version " 12.2.0 "
7
7
id(" org.jetbrains.kotlinx.kover" ) version " 0.9.1"
8
8
}
9
9
@@ -12,11 +12,11 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- compileOnly(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 " )
15
+ compileOnly(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 " )
16
16
testImplementation(" org.assertj:assertj-core:3.27.3" )
17
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
18
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4 " )
19
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
17
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
18
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.1 " )
19
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
20
20
}
21
21
22
22
group = " com.coditory.gradle"
You can’t perform that action at this time.
0 commit comments