Skip to content

Commit e522466

Browse files
chore(deps): update junit-framework monorepo to v5.14.3 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97a2fde commit e522466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/build-logic/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ configurations.configureEach { resolutionStrategy { force("org.projectlombok:lom
234234

235235
dependencies {
236236
testImplementation("org.jetbrains.kotlin:kotlin-test")
237-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
238-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
239-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
237+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.3")
238+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.3")
239+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.3")
240240
}
241241

242242
dependencies {

0 commit comments

Comments
 (0)