Skip to content

Commit c5f8bd2

Browse files
Update org.seasar.doma:doma to v3.4.0 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc1c0a4 commit c5f8bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen-test/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
domaVersion=3.3.0
1+
domaVersion=3.4.0
22
h2Version=2.3.232

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repositories {
5151

5252
dependencies {
5353
implementation("org.freemarker:freemarker:2.3.34")
54-
testImplementation("org.seasar.doma:doma-core:3.3.0")
54+
testImplementation("org.seasar.doma:doma-core:3.4.0")
5555
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
5656
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
5757
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")

0 commit comments

Comments
 (0)