Skip to content

Commit 54012a6

Browse files
committed
chore: update dependencies
1 parent 4b81808 commit 54012a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.3.0'
9-
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.7.10'
8+
classpath 'com.android.tools.build:gradle:7.3.1'
9+
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.7.20'
1010
}
1111
}
1212

hwsecurity/openpgp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api project(':hwsecurity:core')
77
implementation project(':hwsecurity:provider')
88

9-
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
9+
implementation 'org.bouncycastle:bcprov-jdk15to18:1.72'
1010

1111
compileOnly project(':hwsecurity:ui')
1212
compileOnly 'com.google.android.material:material:1.3.0'

hwsecurity/ssh/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'org.jetbrains.dokka'
55
dependencies {
66
api project(':hwsecurity:core')
77

8-
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
8+
implementation 'org.bouncycastle:bcprov-jdk15to18:1.72'
99

1010
compileOnly 'androidx.annotation:annotation:1.1.0'
1111

hwsecurity/sshj/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies {
66
api project(':hwsecurity:core')
77

88
implementation('com.hierynomus:sshj:0.33.0') { transitive = false }
9-
implementation 'org.bouncycastle:bcprov-jdk15to18:1.71'
10-
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.71'
9+
implementation 'org.bouncycastle:bcprov-jdk15to18:1.72'
10+
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.72'
1111
implementation "net.i2p.crypto:eddsa:0.3.0" // exposed transitive dependency in SSHJ
1212

1313
// enable logging for debug build with /assets/logback.xml configuration

0 commit comments

Comments
 (0)