Skip to content

Commit 20c2289

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.18 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d713970 commit 20c2289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ subprojects {
3939
annotationProcessor("org.seasar.doma:doma-processor:${domaVersion}")
4040
implementation("org.seasar.doma:doma-core:${domaVersion}")
4141
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
42-
runtimeOnly("ch.qos.logback:logback-classic:1.5.17")
42+
runtimeOnly("ch.qos.logback:logback-classic:1.5.18")
4343
runtimeOnly("com.h2database:h2:2.3.232")
4444
testImplementation(platform("org.junit:junit-bom:5.12.1"))
4545
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)