Skip to content

Commit 056f4e6

Browse files
committed
Upgrade junit to 4.13.2
1 parent c78b9f2 commit 056f4e6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

integration-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
dependencies {
88
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
99
implementation project('scala-module')
10-
testImplementation 'junit:junit:4.12'
10+
testImplementation 'junit:junit:4.13.2'
1111

1212
kotlinCompilerPluginClasspath project(':kotlin-plugin')
1313
}

kotlin-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ dependencies {
1212

1313
// testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.5.0' does not support Kotlin 2
1414
testImplementation 'dev.zacsweers.kctfork:core:0.6.0' // Fork of kotlin-compile-testing that supports Kotlin 2
15-
testImplementation 'junit:junit:4.12'
15+
testImplementation 'junit:junit:4.13.2'
1616
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
1717
}

kotlin-plugin/src/test/kotlin/me/shika/ObjectSerializationFixTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import com.tschuchort.compiletesting.SourceFile
55
import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi
66
import org.junit.Assert.assertTrue
77
import org.junit.Test
8-
import org.junit.runners.Parameterized.Parameters
98
import java.lang.reflect.Method
109

1110
@OptIn(ExperimentalCompilerApi::class)

0 commit comments

Comments
 (0)