Skip to content

Commit 757e6a6

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.13.0 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...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 b9df083 commit 757e6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939

4040
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
4141
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
42-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.0'
43-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.0'
42+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2'
43+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.2'
4444

4545
//include local jars
4646
implementation fileTree(dir: 'lib', include: ['*.jar'])

0 commit comments

Comments
 (0)