Skip to content

Commit 6d7dd74

Browse files
authored
Bump bouncycastle version (#655)
1 parent 07d624b commit 6d7dd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-publishing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configurations {
1717
pom
1818
}
1919

20-
def bouncycastleVersion = "1.66"
20+
def bouncycastleVersion = "1.67"
2121

2222
dependencies {
2323
compile "org.slf4j:slf4j-api:1.7.7"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repositories {
4040

4141
configurations.compile.transitive = false
4242

43-
def bouncycastleVersion = "1.66"
43+
def bouncycastleVersion = "1.67"
4444
def sshdVersion = "2.1.0"
4545

4646
dependencies {

0 commit comments

Comments
 (0)