From 1e9882e6a7c985bb0b02bb10dfe8bf415c7ea5f0 Mon Sep 17 00:00:00 2001 From: edeleon Date: Thu, 3 Jul 2025 14:04:29 -0700 Subject: [PATCH 1/3] bump the release version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 67b24c9..3927e80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -releaseVersion=3.4.0 +releaseVersion=3.5.0 From a332fa67905f28e16246a034e8be226a52dcd16b Mon Sep 17 00:00:00 2001 From: edeleon Date: Thu, 3 Jul 2025 14:06:41 -0700 Subject: [PATCH 2/3] add Logback 1.3 to the list of supported logging frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b729f84..e054990 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ We support: * [Apache Log4j 2.13.2 or higher](log4j2/README.md) * We strongly suggest that log4j 2.15.x or higher be used to avoid [CVE-2021-44228](https://nvd.nist.gov/vuln/detail/CVE-2021-44228) * [Apache Log4j 1.x](log4j1/README.md) +* [Logback 1.3](logback13/README.md) * [Logback 1.2](logback/README.md) * [Logback 1.1](logback11/README.md) * [Dropwizard 1.3](dropwizard/README.md) From 3831d5e10015600f1b3ee23e4a1b24c92b568143 Mon Sep 17 00:00:00 2001 From: edeleon Date: Thu, 3 Jul 2025 14:10:43 -0700 Subject: [PATCH 3/3] update Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e3903..5ebaf30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.4.0 +* Add `logback13` plugin to support `Logback 1.3` + ## 3.3.0 * Remove Apache `commons-lang` classes from final logging extension jars