Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.11.4
  • Loading branch information
kwvanderlinde authored Feb 10, 2025
2 parents 396355a + 896c3eb commit 72a3bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

// For mocking features during unit tests
Expand Down
2 changes: 1 addition & 1 deletion clientserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
// For mocking features during unit tests
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
Expand Down

0 comments on commit 72a3bb7

Please sign in to comment.