Skip to content

Commit 68f56c8

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 6.0.0 to 6.0.1 (#200)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a7be30 commit 68f56c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation("org.assertj:assertj-db:" + project.getProperty('assertjDbVersion'))
1111
testImplementation('junit:junit:4.13.2')
1212

13-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
13+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
1414
testImplementation("org.junit.jupiter:junit-jupiter-params")
1515
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
1616
}

0 commit comments

Comments
 (0)