Skip to content

Commit 6da10f8

Browse files
msgilliganAndreas Schildbach
authored and
Andreas Schildbach
committed
build.gradle: Update SLF4J to 1.7.32.
1 parent 8708f08 commit 6da10f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ dependencies {
1212
api 'com.google.guava:guava:30.0-android'
1313
api 'com.google.protobuf:protobuf-java:3.13.0'
1414
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'
1616
implementation 'net.jcip:jcip-annotations:1.0'
1717
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
1818
testImplementation 'junit:junit:4.13.1'
1919
testImplementation 'org.easymock:easymock:3.2'
2020
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'
2222
testImplementation 'com.h2database:h2:1.3.167'
2323
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
2424
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'

examples/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
dependencies {
77
implementation project(':bitcoinj-core')
88
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'
1010
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
1111
}
1212

tools/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
dependencies {
88
implementation project(':bitcoinj-core')
99
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'
1111
}
1212

1313
sourceCompatibility = 1.8

wallettemplate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation project(':bitcoinj-core')
1010
implementation 'de.jensd:fontawesomefx:8.0.0'
1111
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'
1313
}
1414

1515
javafx {

0 commit comments

Comments
 (0)