Skip to content

Commit 2b67699

Browse files
authored
Merge pull request #1510 from microsoftgraph/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.10.0
Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0
2 parents cb93d3d + a01ae41 commit 2b67699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies {
33

44
// Use JUnit test framework
55
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
6-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
6+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
77
testImplementation 'org.mockito:mockito-inline:5.2.0'
88

99
api 'com.google.code.gson:gson:2.10.1'

0 commit comments

Comments
 (0)