We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d624b commit 6d7dd74Copy full SHA for 6d7dd74
build-publishing.gradle
@@ -17,7 +17,7 @@ configurations {
17
pom
18
}
19
20
-def bouncycastleVersion = "1.66"
+def bouncycastleVersion = "1.67"
21
22
dependencies {
23
compile "org.slf4j:slf4j-api:1.7.7"
build.gradle
@@ -40,7 +40,7 @@ repositories {
40
41
configurations.compile.transitive = false
42
43
44
def sshdVersion = "2.1.0"
45
46
0 commit comments