Updated Branches: refs/heads/master 7e53a3c58 -> 0868bfd17
[CAMEL-6497] Upgrade to commons-logging 1.1.3 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0868bfd1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0868bfd1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0868bfd1 Branch: refs/heads/master Commit: 0868bfd17ac601d21e76a11c1ea531078aa15298 Parents: 7e53a3c Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Jun 28 08:11:25 2013 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Jun 28 08:11:25 2013 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0868bfd1/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index cf5dc0b..b4c0f49 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -95,7 +95,7 @@ <commons-lang-version>2.6</commons-lang-version> <commons-lang-version-xmljson>2.5</commons-lang-version-xmljson> <commons-lang3-version>3.1</commons-lang3-version> - <commons-logging-version>1.1.2</commons-logging-version> + <commons-logging-version>1.1.3</commons-logging-version> <commons-math-version>2.2</commons-math-version> <!-- commons-net 3.2 has a bug so keep using 3.1, see NET-492 --> <commons-net-version>3.1</commons-net-version>
