Skip to content

Commit

Permalink
build.gradle: update SLF4J to 1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jun 24, 2024
1 parent 5dc000a commit 6c3a863
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dependencies {
api 'com.google.guava:guava:31.0.1-android'
api 'com.google.protobuf:protobuf-javalite:3.18.0'
api 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.easymock:easymock:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.32'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
testImplementation 'com.h2database:h2:1.3.167'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
implementation project(':bitcoinj-core')
implementation 'info.picocli:picocli:4.6.1'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
}

Expand Down
2 changes: 1 addition & 1 deletion tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
implementation project(':bitcoinj-core')
implementation 'info.picocli:picocli:4.6.1'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
}

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion wallettemplate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation project(':bitcoinj-core')
implementation 'de.jensd:fontawesomefx:8.0.0'
implementation 'com.google.zxing:core:3.4.1'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
}

javafx {
Expand Down

0 comments on commit 6c3a863

Please sign in to comment.