This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag japicmp-base-0.1.1 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit ef57f00fde5c79a4cbf3ef71042e4dbd8be0b5b3 Author: siom79 <martin.m...@googlemail.com> AuthorDate: Sun Jun 29 15:03:39 2014 +0200 Updated javassist to latest version 3.18.2-GA --- japicmp/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/japicmp/pom.xml b/japicmp/pom.xml index 4950143..d9a9d94 100644 --- a/japicmp/pom.xml +++ b/japicmp/pom.xml @@ -24,9 +24,9 @@ <dependencies> <dependency> - <groupId>javassist</groupId> + <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.12.1.GA</version> + <version>3.18.2-GA</version> </dependency> <dependency> <groupId>log4j</groupId>