Upgrade Cglib and related bundle to version 3.2.5
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c477658e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c477658e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c477658e Branch: refs/heads/master Commit: c477658e57bd18db53f2e6a2453aafba4efbcc99 Parents: 52fdb5d Author: Andrea Cosentino <anco...@gmail.com> Authored: Tue May 9 11:15:35 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Tue May 9 11:16:15 2017 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c477658e/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 50b0066..9ebaaa6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -109,8 +109,8 @@ <cdi-api-1.2-version>1.2</cdi-api-1.2-version> <cdi-api-2.0-version>2.0-PFD2</cdi-api-2.0-version> <jta-api-1.2-version>1.2</jta-api-1.2-version> - <cglib-bundle-version>3.2.4_1</cglib-bundle-version> - <cglib-version>3.2.4</cglib-version> + <cglib-bundle-version>3.2.5_1</cglib-bundle-version> + <cglib-version>3.2.5</cglib-version> <chronicle-bytes-version>1.7.35</chronicle-bytes-version> <chronicle-core-version>1.7.16</chronicle-core-version> <chronicle-engine-version>1.13.27</chronicle-engine-version> http://git-wip-us.apache.org/repos/asf/camel/blob/c477658e/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 4f4d284..b8d8ba4 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -164,7 +164,7 @@ <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> - <version>9.7.0-15</version> + <version>9.7.0-18</version> </dependency> <dependency> <groupId>ognl</groupId> @@ -2932,12 +2932,12 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>0.10.2.0</version> + <version>0.10.2.1</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.11</artifactId> - <version>0.10.2.0</version> + <version>0.10.2.1</version> </dependency> <dependency> <groupId>org.apache.mina</groupId>