This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push: new 7d37936b13 KARAF-7783: Upgrade to commons-logging 1.3.0 new 849dc1b740 Merge pull request #1811 from jbonofre/KARAF-7783 7d37936b13 is described below commit 7d37936b137d88c3e955b2dc7c9707514fa60098 Author: JB Onofré <j...@nanthrax.net> AuthorDate: Mon Dec 18 11:15:54 2023 +0100 KARAF-7783: Upgrade to commons-logging 1.3.0 --- jaas/modules/pom.xml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml index 5eda40f3e5..559c95afd8 100644 --- a/jaas/modules/pom.xml +++ b/jaas/modules/pom.xml @@ -196,6 +196,7 @@ !net.spy.memcached*, com.sun.security.auth.module;resolution:=optional, javax.xml.bind*;version="[2.2,3)", + org.apache.commons.logging;version="[1,2)", * </Import-Package> <Private-Package> diff --git a/pom.xml b/pom.xml index 0bab12ff70..7972897369 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ <commons-collections.version>3.2.2</commons-collections.version> <commons-fileupload.version>1.5</commons-fileupload.version> <commons-lang3.version>3.14.0</commons-lang3.version> - <commons-logging.version>1.2</commons-logging.version> + <commons-logging.version>1.3.0</commons-logging.version> <commons-pool2.version>2.11.1</commons-pool2.version> <commons-io.version>2.15.1</commons-io.version> <eclipselink.version>2.7.11</eclipselink.version>