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 {
1111 compileOnly(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
1212 testRuntimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
1313 testRuntimeOnly(" com.google.guava:guava:28.2-jre" )
14- testImplementation(" junit:junit:4.12 " )
14+ testImplementation(" junit:junit:4.13.1 " )
1515}
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation(" org.jetbrains.kotlin:kotlin-scripting-common:$kotlinVersion " )
1111 implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion " )
1212 implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
13- testImplementation(" junit:junit:4.12 " )
13+ testImplementation(" junit:junit:4.13.1 " )
1414 testRuntimeOnly(" org.slf4j:slf4j-nop:1.7.28" )
1515}
1616
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
1111 implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion " )
1212 implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
1313 implementation(" org.jetbrains.kotlin:kotlin-main-kts:$kotlinVersion " )
14- testImplementation(" junit:junit:4.12 " )
14+ testImplementation(" junit:junit:4.13.1 " )
1515}
1616
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies {
1010 runtimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
1111 testRuntimeOnly(" org.jetbrains.kotlin:kotlin-main-kts:$kotlinVersion " )
1212 testRuntimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
13- testImplementation(" junit:junit:4.12 " )
13+ testImplementation(" junit:junit:4.13.1 " )
1414}
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ val kotlinVersion: String by rootProject.extra
88dependencies {
99 runtimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
1010 testRuntimeOnly(" org.jetbrains.kotlin:kotlin-scripting-jsr223:$kotlinVersion " )
11- testImplementation(" junit:junit:4.12 " )
11+ testImplementation(" junit:junit:4.13.1 " )
1212}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 implementation(" org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion " )
1313 implementation(" org.jetbrains.kotlin:kotlin-scripting-dependencies:$kotlinVersion " )
1414 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 " )
1616}
1717
1818sourceSets {
You can’t perform that action at this time.
0 commit comments