Skip to content

Commit

Permalink
build: bump junit to 5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 19, 2024
1 parent 5697177 commit d15cca2
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 @@ -87,9 +87,9 @@ allprojects {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

testCompileOnly 'org.jetbrains:annotations:26.0.1'
}
Expand Down

0 comments on commit d15cca2

Please sign in to comment.