File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
5
5
}
6
6
7
7
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 '
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
api project(' :hwsecurity:core' )
7
7
implementation project(' :hwsecurity:provider' )
8
8
9
- implementation ' org.bouncycastle:bcprov-jdk15to18:1.71 '
9
+ implementation ' org.bouncycastle:bcprov-jdk15to18:1.72 '
10
10
11
11
compileOnly project(' :hwsecurity:ui' )
12
12
compileOnly ' com.google.android.material:material:1.3.0'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'org.jetbrains.dokka'
5
5
dependencies {
6
6
api project(' :hwsecurity:core' )
7
7
8
- implementation ' org.bouncycastle:bcprov-jdk15to18:1.71 '
8
+ implementation ' org.bouncycastle:bcprov-jdk15to18:1.72 '
9
9
10
10
compileOnly ' androidx.annotation:annotation:1.1.0'
11
11
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ dependencies {
6
6
api project(' :hwsecurity:core' )
7
7
8
8
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 '
11
11
implementation " net.i2p.crypto:eddsa:0.3.0" // exposed transitive dependency in SSHJ
12
12
13
13
// enable logging for debug build with /assets/logback.xml configuration
You can’t perform that action at this time.
0 commit comments