This is an automated email from the git hooks/post-receive script. matthew pushed a commit to branch feature/newerbc in repository libxmltooling-java.
commit a86dae19ca46b4a4cada9e15054344d2486249a4 Author: Matthew Vernon <[email protected]> Date: Tue Feb 18 12:29:11 2014 +0000 Bump version of bouncycastle we depend on Having made all the compatibility changes that mean we can build against 1.49, adjust the dependency version we declare. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5216d7f..126e22e 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15</artifactId> - <version>1.46</version> + <version>1.49</version> </dependency> <dependency> <groupId>commons-codec</groupId> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxmltooling-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

