Skip to content

Commit

Permalink
Merge pull request #4489 from RPTools/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-engine-5.10.1

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.1
  • Loading branch information
cwisniew authored Nov 24, 2023
2 parents 351281b + 79fa40d commit 144d070
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 @@ -471,7 +471,7 @@ dependencies {

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'

// For mocking features during unit tests
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.7.0'
Expand Down

0 comments on commit 144d070

Please sign in to comment.