Skip to content

Commit

Permalink
build.gradle: update JUnit 5 to 5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 19, 2025
1 parent 48f74b8 commit c6bc5b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dependencies {
implementation project(':bitcoinj-examples')

testImplementation 'org.slf4j:slf4j-jdk14:2.0.16'
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.4"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:5.4.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.11.4"
}

sourceCompatibility = 11
Expand Down
4 changes: 2 additions & 2 deletions wallettemplate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
implementation 'org.slf4j:slf4j-jdk14:2.0.16'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
}

javafx {
Expand Down
4 changes: 2 additions & 2 deletions wallettool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.6'
}

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"

testImplementation 'org.slf4j:slf4j-jdk14:2.0.16'
}
Expand Down

0 comments on commit c6bc5b6

Please sign in to comment.