From 126adcfcadaf37fbd7bab89d518ed217942e8c37 Mon Sep 17 00:00:00 2001 From: Jordan Jennings Date: Thu, 3 Apr 2025 10:13:15 -0400 Subject: [PATCH] Update LoggingEventJsonPatternParser to fix breaking logback change Fixes #1060 --- README.md | 6 +++--- pom.xml | 8 ++++---- .../logback/pattern/LoggingEventJsonPatternParser.java | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 11ff793a..dbfa00d4 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,9 @@ from the maven repository exist on the runtime classpath. Specifically, the following need to be available on the runtime classpath: * jackson-databind / jackson-core / jackson-annotations >= 2.17.0 -* logback-core >= 1.5.0 -* logback-classic >= 1.5.0 (required for logging _LoggingEvents_) -* logback-access >= 2.0.0 (required for logging _AccessEvents_) +* logback-core >= 1.5.18 +* logback-classic >= 1.5.18 (required for logging _LoggingEvents_) +* logback-access >= 2.0.6 (required for logging _AccessEvents_) * slf4j-api (usually comes as a transitive dependency of logback-classic) * java-uuid-generator (required if the `uuid` provider is used) diff --git a/pom.xml b/pom.xml index 8e138c46..82ed6307 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,8 @@ 2.17.2 5.1.0 - 1.5.6 - 2.0.2 + 1.5.18 + 2.0.6 3.4.4 @@ -155,7 +155,7 @@ ch.qos.logback.access - common + logback-access-common ${logback-access.version}