Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 901b250

Browse files
authoredSep 25, 2024··
Update dependency org.junit.jupiter:junit-jupiter to v5.11.1
1 parent 76ef704 commit 901b250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
exclude group: 'org.codehaus.groovy'
5050
}
5151
testImplementation 'org.hamcrest:hamcrest-all:1.3'
52-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
52+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
5353
}
5454

5555
test {

0 commit comments

Comments
 (0)
Please sign in to comment.