Skip to content

Commit

Permalink
bump bouncycastle to match upstream (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
radai-rosenblatt authored Oct 15, 2019
1 parent 7a4de22 commit 683d3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-test-harness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
}
compile 'com.101tec:zkclient:0.10'
compile 'commons-io:commons-io:2.6'
compile 'org.bouncycastle:bcpkix-jdk15on:1.54'
compile 'org.bouncycastle:bcpkix-jdk15on:1.59'
runtime "com.linkedin.kafka:kafka_2.11:${rootProject.ext.liKafkaVersion}"
}

Expand Down

0 comments on commit 683d3d9

Please sign in to comment.