Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit b471c70

Browse files
committed
Correct logback version
1 parent e004c1a commit b471c70

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
@@ -95,7 +95,7 @@ dependencies {
9595
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
9696

9797
implementation("io.github.microutils:kotlin-logging-jvm:2.1.23")
98-
runtimeOnly("ch.qos.logback:logback-classic:1.4.14") // Remove fixed version when micronaut has updated to 1.4.13+
98+
runtimeOnly("ch.qos.logback:logback-classic:1.2.13") // Remove fixed version when micronaut has updated to 1.3+
9999

100100
// Needs to be compatible with Micronaut's reactor-based BOM.
101101
implementation(platform("io.projectreactor:reactor-bom:2023.0.6"))

0 commit comments

Comments
 (0)