File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
simple-main-kts/simple-main-kts Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
11
11
compileOnly(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
12
12
testRuntimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
13
13
testRuntimeOnly(" com.google.guava:guava:28.2-jre" )
14
- testImplementation(" junit:junit:4.12 " )
14
+ testImplementation(" junit:junit:4.13.1 " )
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
implementation(" org.jetbrains.kotlin:kotlin-scripting-common:$kotlinVersion " )
11
11
implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion " )
12
12
implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
13
- testImplementation(" junit:junit:4.12 " )
13
+ testImplementation(" junit:junit:4.13.1 " )
14
14
testRuntimeOnly(" org.slf4j:slf4j-nop:1.7.28" )
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
11
11
implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion " )
12
12
implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
13
13
implementation(" org.jetbrains.kotlin:kotlin-main-kts:$kotlinVersion " )
14
- testImplementation(" junit:junit:4.12 " )
14
+ testImplementation(" junit:junit:4.13.1 " )
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies {
10
10
runtimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
11
11
testRuntimeOnly(" org.jetbrains.kotlin:kotlin-main-kts:$kotlinVersion " )
12
12
testRuntimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
13
- testImplementation(" junit:junit:4.12 " )
13
+ testImplementation(" junit:junit:4.13.1 " )
14
14
}
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ val kotlinVersion: String by rootProject.extra
8
8
dependencies {
9
9
runtimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
10
10
testRuntimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
11
- testImplementation(" junit:junit:4.12 " )
11
+ testImplementation(" junit:junit:4.13.1 " )
12
12
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
13
13
implementation(" org.jetbrains.kotlin:kotlin-scripting-dependencies:$kotlinVersion " )
14
14
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion " )
15
- implementation(" org.apache.ivy:ivy:2.5.0 " )
15
+ implementation(" org.apache.ivy:ivy:2.5.2 " )
16
16
}
17
17
18
18
sourceSets {
You can’t perform that action at this time.
0 commit comments