Skip to content
Open
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
2 changes: 1 addition & 1 deletion test-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
testFixturesCompileOnly(files("${dtestJarFullPath}"))
testFixturesApi("org.apache.cassandra:dtest-api:0.0.16")
// required by in-jvm-dtest class loader, specifically for dtest-4.0.*
testFixturesImplementation('org.javassist:javassist:3.28.0-GA')
testFixturesImplementation('org.javassist:javassist:3.30.2-GA')

// Bouncycastle dependencies for test certificate provisioning
testFixturesImplementation(group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.78')
Expand Down
Loading