Skip to content

Commit bfd5d37

Browse files
authored
Merge pull request #4679 from RPTools/dependabot/gradle/develop/org.junit.jupiter-junit-jupiter-engine-5.10.2
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2
2 parents 65e9395 + 894ac88 commit bfd5d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

479479
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
480480
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
481-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
481+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
482482

483483
// For mocking features during unit tests
484484
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0'

0 commit comments

Comments
 (0)