Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-params to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2020
1 parent cab56af commit 4348219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("org.freemarker:freemarker:2.3.30")
testImplementation("org.seasar.doma:doma-core:2.41.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2")
}

Expand Down

0 comments on commit 4348219

Please sign in to comment.