Skip to content

Commit

Permalink
Upgrade junit to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyu committed Dec 17, 2024
1 parent c78b9f2 commit 056f4e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation project('scala-module')
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'

kotlinCompilerPluginClasspath project(':kotlin-plugin')
}
2 changes: 1 addition & 1 deletion kotlin-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies {

// testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.5.0' does not support Kotlin 2
testImplementation 'dev.zacsweers.kctfork:core:0.6.0' // Fork of kotlin-compile-testing that supports Kotlin 2
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.tschuchort.compiletesting.SourceFile
import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi
import org.junit.Assert.assertTrue
import org.junit.Test
import org.junit.runners.Parameterized.Parameters
import java.lang.reflect.Method

@OptIn(ExperimentalCompilerApi::class)
Expand Down

0 comments on commit 056f4e6

Please sign in to comment.