mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
build.gradle: update SLF4J to 2.0.12
This commit is contained in:
parent
c52db25737
commit
5046ad3a49
@ -12,12 +12,12 @@ dependencies {
|
|||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
|
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
|
||||||
api 'com.google.guava:guava:33.0.0-android'
|
api 'com.google.guava:guava:33.0.0-android'
|
||||||
api 'com.google.protobuf:protobuf-javalite:3.22.5'
|
api 'com.google.protobuf:protobuf-javalite:3.22.5'
|
||||||
implementation 'org.slf4j:slf4j-api:2.0.9'
|
implementation 'org.slf4j:slf4j-api:2.0.12'
|
||||||
implementation 'net.jcip:jcip-annotations:1.0'
|
implementation 'net.jcip:jcip-annotations:1.0'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'org.easymock:easymock:5.2.0'
|
testImplementation 'org.easymock:easymock:5.2.0'
|
||||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
|
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
|
||||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
testImplementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
|
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||||
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
|
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
|
||||||
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation 'info.picocli:picocli:4.7.5'
|
implementation 'info.picocli:picocli:4.7.5'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
implementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 11
|
sourceCompatibility = 11
|
||||||
|
@ -7,7 +7,7 @@ dependencies {
|
|||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation project(':bitcoinj-examples')
|
implementation project(':bitcoinj-examples')
|
||||||
|
|
||||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
testImplementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation 'info.picocli:picocli:4.7.5'
|
implementation 'info.picocli:picocli:4.7.5'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
implementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 11
|
sourceCompatibility = 11
|
||||||
|
@ -8,7 +8,7 @@ dependencies {
|
|||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation 'de.jensd:fontawesomefx:8.0.0'
|
implementation 'de.jensd:fontawesomefx:8.0.0'
|
||||||
implementation 'com.google.zxing:core:3.5.1'
|
implementation 'com.google.zxing:core:3.5.1'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
implementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
|
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
|
||||||
|
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
||||||
|
@ -18,7 +18,7 @@ boolean hasGraalVM = (GradleVersion.current().compareTo(graalVMMinVersion) >= 0)
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation 'info.picocli:picocli:4.7.5'
|
implementation 'info.picocli:picocli:4.7.5'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
implementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
if (hasAnnotationProcessor) {
|
if (hasAnnotationProcessor) {
|
||||||
annotationProcessor 'info.picocli:picocli-codegen:4.7.5'
|
annotationProcessor 'info.picocli:picocli-codegen:4.7.5'
|
||||||
} else {
|
} else {
|
||||||
@ -28,7 +28,7 @@ dependencies {
|
|||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
|
||||||
|
|
||||||
testImplementation 'org.slf4j:slf4j-jdk14:2.0.9'
|
testImplementation 'org.slf4j:slf4j-jdk14:2.0.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 11
|
sourceCompatibility = 11
|
||||||
|
Loading…
Reference in New Issue
Block a user