diff --git a/integration-test/build.gradle b/integration-test/build.gradle index b0c8f1f7f..aa7b18dd8 100644 --- a/integration-test/build.gradle +++ b/integration-test/build.gradle @@ -9,14 +9,14 @@ dependencies { implementation project(':bitcoinj-examples') testImplementation 'org.slf4j:slf4j-jdk14:2.0.7' - testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.0" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.0" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.3" testImplementation 'junit:junit:4.13.2' testImplementation 'org.easymock:easymock:5.1.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.0" - testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.9.0" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3" + testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.9.3" } sourceCompatibility = 11 diff --git a/wallettool/build.gradle b/wallettool/build.gradle index 134457c54..f9b367967 100644 --- a/wallettool/build.gradle +++ b/wallettool/build.gradle @@ -26,8 +26,8 @@ dependencies { compileOnly 'info.picocli:picocli-codegen:4.7.1' } - testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.0" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.0" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3" testImplementation 'org.slf4j:slf4j-jdk14:2.0.7' }