Skip to content

Commit 92044ca

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.13.1 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76675e2 commit 92044ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.apache.avro:avro:1.12.0")
2121

2222
testImplementation(kotlin("test"))
23-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
23+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
2424
}
2525

2626
gradlePlugin {

0 commit comments

Comments
 (0)