Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 76ef704 commit 43282bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
}

test {
Expand Down

0 comments on commit 43282bb

Please sign in to comment.