Skip to content

Commit

Permalink
Bump bouncycastle version (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkf authored Dec 21, 2020
1 parent 07d624b commit 6d7dd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {
pom
}

def bouncycastleVersion = "1.66"
def bouncycastleVersion = "1.67"

dependencies {
compile "org.slf4j:slf4j-api:1.7.7"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {

configurations.compile.transitive = false

def bouncycastleVersion = "1.66"
def bouncycastleVersion = "1.67"
def sshdVersion = "2.1.0"

dependencies {
Expand Down

0 comments on commit 6d7dd74

Please sign in to comment.