Skip to content

Commit

Permalink
Update org.junit.jupiter to v5.11.4 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent da8e771 commit cbb74fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions codegen-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {

implementation("org.seasar.doma:doma-core:$domaVersion")
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testRuntimeOnly("com.h2database:h2:$h2Version")
}

Expand Down
6 changes: 3 additions & 3 deletions codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ repositories {
dependencies {
implementation("org.freemarker:freemarker:2.3.33")
testImplementation("org.seasar.doma:doma-core:3.1.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
}

tasks {
Expand Down

0 comments on commit cbb74fb

Please sign in to comment.