Skip to content

Commit

Permalink
Update org.junit.jupiter to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 5, 2023
1 parent 82e8182 commit 6672d34
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ repositories {
dependencies {
implementation "org.seasar.doma:doma-core:$domaVersion"
annotationProcessor "org.seasar.doma:doma-processor:$domaVersion"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
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 @@ -57,9 +57,9 @@ repositories {
dependencies {
implementation("org.freemarker:freemarker:2.3.32")
testImplementation("org.seasar.doma:doma-core:2.54.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
}

tasks {
Expand Down

0 comments on commit 6672d34

Please sign in to comment.