File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ dependencies {
12
12
api ' com.google.guava:guava:30.0-android'
13
13
api ' com.google.protobuf:protobuf-java:3.13.0'
14
14
api ' com.squareup.okhttp3:okhttp:3.12.12'
15
- implementation ' org.slf4j:slf4j-api:1.7.30 '
15
+ implementation ' org.slf4j:slf4j-api:1.7.32 '
16
16
implementation ' net.jcip:jcip-annotations:1.0'
17
17
compileOnly ' org.fusesource.leveldbjni:leveldbjni-all:1.8'
18
18
testImplementation ' junit:junit:4.13.1'
19
19
testImplementation ' org.easymock:easymock:3.2'
20
20
testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.5.2'
21
- testImplementation ' org.slf4j:slf4j-jdk14:1.7.30 '
21
+ testImplementation ' org.slf4j:slf4j-jdk14:1.7.32 '
22
22
testImplementation ' com.h2database:h2:1.3.167'
23
23
testImplementation ' org.fusesource.leveldbjni:leveldbjni-all:1.8'
24
24
testImplementation ' nl.jqno.equalsverifier:equalsverifier:2.5.2'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
dependencies {
7
7
implementation project(' :bitcoinj-core' )
8
8
implementation ' info.picocli:picocli:4.6.1'
9
- implementation ' org.slf4j:slf4j-jdk14:1.7.30 '
9
+ implementation ' org.slf4j:slf4j-jdk14:1.7.32 '
10
10
implementation ' org.fusesource.leveldbjni:leveldbjni-all:1.8'
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
dependencies {
8
8
implementation project(' :bitcoinj-core' )
9
9
implementation ' info.picocli:picocli:4.6.1'
10
- implementation ' org.slf4j:slf4j-jdk14:1.7.30 '
10
+ implementation ' org.slf4j:slf4j-jdk14:1.7.32 '
11
11
}
12
12
13
13
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
implementation project(' :bitcoinj-core' )
10
10
implementation ' de.jensd:fontawesomefx:8.0.0'
11
11
implementation ' com.google.zxing:core:3.4.0'
12
- implementation ' org.slf4j:slf4j-jdk14:1.7.30 '
12
+ implementation ' org.slf4j:slf4j-jdk14:1.7.32 '
13
13
}
14
14
15
15
javafx {
You can’t perform that action at this time.
0 commit comments