Skip to content

Commit 5171b44

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 (#225)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c79275b commit 5171b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

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

12-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3")
12+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.0")
1313
testImplementation("org.junit.jupiter:junit-jupiter-params")
1414
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
1515
}

0 commit comments

Comments
 (0)