Skip to content

Commit 33a1bd8

Browse files
authored
Merge pull request #5 from androa/dependabot/gradle/org.junit.jupiter-junit-jupiter-params-5.12.2
chore(deps): Bump org.junit.jupiter:junit-jupiter-params from 5.10.0 to 5.12.2
2 parents 7ed7435 + 725f1be commit 33a1bd8

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.10.0")
23+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
2424
}
2525

2626
gradlePlugin {

0 commit comments

Comments
 (0)