We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c404b2 + 49624de commit 9c6338bCopy full SHA for 9c6338b
codegen/build.gradle.kts
@@ -50,8 +50,8 @@ repositories {
50
}
51
52
dependencies {
53
- implementation("org.freemarker:freemarker:2.3.32")
54
- testImplementation("org.seasar.doma:doma-core:2.62.1")
+ implementation("org.freemarker:freemarker:2.3.33")
+ 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")
0 commit comments