Skip to content

Commit

Permalink
⬆️ Bump org.junit dependencies to 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall committed Jun 12, 2022
1 parent 017a501 commit 32305bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ repositories {

dependencies {
implementation files('libs/auc-0.3.1.jar')
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

test {
Expand Down

0 comments on commit 32305bf

Please sign in to comment.