This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 13b6f83 Bump ch.qos.logback:logback-classic from 1.3.12 to 1.3.14 13b6f83 is described below commit 13b6f83294923a16a15ea0dac928ab0e98e9d6ed Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 16 18:43:42 2024 -0400 Bump ch.qos.logback:logback-classic from 1.3.12 to 1.3.14 Bump ch.qos.logback:logback-core from 1.3.12 to 1.3.14 --- pom.xml | 2 +- src/changes/changes.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3cb4c62..346bcaa 100644 --- a/pom.xml +++ b/pom.xml @@ -665,7 +665,7 @@ under the License. <!-- Allow default test run order to be changed --> <failsafe.runorder>filesystem</failsafe.runorder> <log4j2.version>2.23.1</log4j2.version> - <logback.version>1.3.12</logback.version> + <logback.version>1.3.14</logback.version> <slf4j.version>2.0.12</slf4j.version> <findsecbugs.version>1.13.0</findsecbugs.version> <commons.osgi.import> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 80c848a..9377877 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove. <title>Release Notes</title> </properties> <body> - <release version="1.3.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> + <release version="1.4.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> <!-- FIX --> @@ -53,8 +53,8 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-parent from 65 to 67.</action> <action dev="ggregory" type="update" due-to="Dependabot, Piotr P. Karwasz">Bump log4j2.version from 2.21.1 to 2.23.1 #187, #230.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.12 #207.</action> - <action dev="ggregory" type="update" due-to="Dependabot">Bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.12 #212.</action> - <action dev="ggregory" type="update" due-to="Dependabot">Bump ch.qos.logback:logback-core from 1.3.11 to 1.3.12 #211.</action> + <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.14 #212.</action> + <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump ch.qos.logback:logback-core from 1.3.11 to 1.3.14 #211.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.12.0 to 1.13.0.</action> </release> <release version="1.3.0" date="2023-11-26" description="This is a feature and maintenance release. Java 8 or later is required.">