Skip to content

Commit

Permalink
Merge pull request #79 from srlearn/upgrade-junit
Browse files Browse the repository at this point in the history
⬆️ Bump `org.junit` dependencies to `5.8.2`
  • Loading branch information
hayesall authored Jun 12, 2022
2 parents 82a5dda + 32305bf commit d391307
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 d391307

Please sign in to comment.