Skip to content

Commit

Permalink
Use JUnit 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jun 6, 2023
1 parent 7eaddca commit 75aef11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-tools/build-tools.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.+'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.+'
}

6 changes: 3 additions & 3 deletions core/core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies {
//implementation 'org.ow2.asm:asm:9.+'

// JUnit 5 dependencies
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.+'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.+'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.+'
}


Expand Down

0 comments on commit 75aef11

Please sign in to comment.