Repository: karaf Updated Branches: refs/heads/master c1b92b14c -> 18f44e861
[KARAF-5268] Upgrade to commons-logging 1.2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/18f44e86 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/18f44e86 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/18f44e86 Branch: refs/heads/master Commit: 18f44e8616946d3d530ac519f23fd27e8b264f2c Parents: c1b92b1 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jul 24 10:06:31 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jul 24 10:06:31 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/18f44e86/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d6b8d1..c9b17fe 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,7 @@ <commons-jexl.version>2.1.1</commons-jexl.version> <commons-lang.version>2.6</commons-lang.version> <commons-lang3.version>3.5</commons-lang3.version> - <commons-logging.version>1.1.3</commons-logging.version> + <commons-logging.version>1.2</commons-logging.version> <commons-pool.version>1.6</commons-pool.version> <commons-io.version>2.5</commons-io.version>
