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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new e15af336 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 e15af336 is described below commit e15af336897d98815b9d6d49266b2e0f4db831b7 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 7 21:49:46 2025 -0500 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94d0f52f..bbf56034 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.4</version> + <version>1.3.5</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 43fe04e5..7e12fd27 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #474.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Port site from Doxia 1 to 2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.4 to 1.3.5.</action> <!-- REMOVE --> <action type="remove" dev="ggregory" due-to="Gary Gregory">Removed internal constructors and methods from the package-private class CPDSConnectionFactory; this is binary compatible.</action> <action type="remove" dev="ggregory" due-to="Gary Gregory">Removed an internal constructor and methods from the package-private class KeyedCPDSConnectionFactory; this is binary compatible.</action>