Skip to content

Commit d305c6b

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 978e2dd commit d305c6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies {
5151
testImplementation 'org.mockito:mockito-inline:4.11.0'
5252
testImplementation 'org.mockito:mockito-junit-jupiter:4.11.0'
5353
testImplementation "com.squareup.okhttp3:mockwebserver"
54-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
55-
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
54+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
55+
testImplementation "org.junit.jupiter:junit-jupiter-params:6.0.2"
5656
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5757
}
5858

0 commit comments

Comments
 (0)