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.
1 parent 296ef34 commit ee83f6dCopy full SHA for ee83f6d
build.gradle.kts
@@ -39,7 +39,7 @@ subprojects {
39
annotationProcessor("org.seasar.doma:doma-processor:${domaVersion}")
40
implementation("org.seasar.doma:doma-core:${domaVersion}")
41
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
42
- runtimeOnly("ch.qos.logback:logback-classic:1.5.18")
+ runtimeOnly("ch.qos.logback:logback-classic:1.5.19")
43
runtimeOnly("com.h2database:h2:2.4.240")
44
testImplementation(platform("org.junit:junit-bom:5.14.0"))
45
testImplementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments