Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions conversational-ai4j-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dependencies {
implementation 'io.github.givimad:piper-jni:1.2.0-c0670df'

// Test dependencies
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
testImplementation libs.mockito
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
mockitoAgent(libs.mockito) { transitive = false }
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
}

// Note: Whisper and Piper JNI libraries include native binaries
Expand Down