Skip to content

Commit 9c6338b

Browse files
committed
Merge branch 'master' into dependencies/update-all
2 parents 5c404b2 + 49624de commit 9c6338b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ repositories {
5050
}
5151

5252
dependencies {
53-
implementation("org.freemarker:freemarker:2.3.32")
54-
testImplementation("org.seasar.doma:doma-core:2.62.1")
53+
implementation("org.freemarker:freemarker:2.3.33")
54+
testImplementation("org.seasar.doma:doma-core:3.0.0")
5555
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
5656
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
5757
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")

0 commit comments

Comments
 (0)