Skip to content

Commit af175dc

Browse files
authored
Merge pull request #1623 from UMM-CSci-3601/dependabot/gradle/server/org.junit.jupiter-junit-jupiter-engine-5.11.0
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0 in /server
2 parents d4a03bf + 1a4a94e commit af175dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
4646

4747
// JUnit Jupiter Engine for testing.
48-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
48+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
4949

5050
// Mockito for testing
5151
testImplementation 'org.mockito:mockito-core:5.13.0'

0 commit comments

Comments
 (0)