Skip to content

Commit 6ee6630

Browse files
committed
Merge branch 'master' into refactor/kotlin-dsl
# Conflicts: # codegen-test/build.gradle
2 parents 111ecb8 + bd1f0e2 commit 6ee6630

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

codegen-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ dependencies {
4343

4444
implementation("org.seasar.doma:doma-core:$domaVersion")
4545
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
46-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
47-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
46+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
47+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
4848
testRuntimeOnly("com.h2database:h2:$h2Version")
4949
}
5050

codegen/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ repositories {
5151

5252
dependencies {
5353
implementation("org.freemarker:freemarker:2.3.33")
54-
testImplementation("org.seasar.doma:doma-core:3.0.0")
55-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
56-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
57-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
54+
testImplementation("org.seasar.doma:doma-core:3.0.1")
55+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
56+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
57+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
5858
}
5959

6060
tasks {

0 commit comments

Comments
 (0)