Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-params from 5.10.1 to 5.10.2
  • Loading branch information
cwisniew authored Feb 8, 2024
2 parents 5f87284 + 74401d2 commit 75cfd35
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 @@ -472,7 +472,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.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'

// For mocking features during unit tests
Expand Down

0 comments on commit 75cfd35

Please sign in to comment.