Skip to content

Commit

Permalink
deps: bump junit to 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 5, 2024
1 parent 87377bf commit 325fac4
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 @@ -78,9 +78,9 @@ allprojects {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}

test {
Expand Down

0 comments on commit 325fac4

Please sign in to comment.