Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 2522df3

Browse files
fix(deps): update junit-framework monorepo to v6.0.2 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc45ece commit 2522df3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conversational-ai4j-library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ dependencies {
2828
implementation 'io.github.givimad:piper-jni:1.2.0-c0670df'
2929

3030
// Test dependencies
31-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
31+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
3232
testImplementation libs.mockito
3333
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
3434
mockitoAgent(libs.mockito) { transitive = false }
35-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
36-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
35+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
36+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
3737
}
3838

3939
// Note: Whisper and Piper JNI libraries include native binaries

0 commit comments

Comments
 (0)