Skip to content

Commit

Permalink
Bump bonucycastle version (#619)
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Weichert <moritz.weichert@check24.de>
  • Loading branch information
moritz31 and Moritz Weichert authored Jul 10, 2020
1 parent 5888535 commit a5efdf1
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.50"
def bouncycastleVersion = "1.66"

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.65"
def bouncycastleVersion = "1.66"
def sshdVersion = "2.1.0"

dependencies {
Expand Down

0 comments on commit a5efdf1

Please sign in to comment.