Skip to content

Commit 962ff02

Browse files
renovate[bot]jpenilla
authored andcommitted
fix(deps): update junit5 monorepo
1 parent 4b75c23 commit 962ff02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/config-kotlin.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ testing {
6767
val test by getting(JvmTestSuite::class) {
6868
useKotlinTest(embeddedKotlinVersion)
6969
dependencies {
70-
implementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
71-
implementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
72-
implementation("org.junit.platform:junit-platform-launcher:1.10.1")
70+
implementation("org.junit.jupiter:junit-jupiter-engine:5.12.2")
71+
implementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
72+
implementation("org.junit.platform:junit-platform-launcher:1.12.2")
7373
}
7474

7575
targets.configureEach {

0 commit comments

Comments
 (0)