This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 3cf357e389be7f49a9aeb2bb06e5eba74c2ba37b Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 23:53:05 2016 +0200 Tightened the dependencies on the other Jackson libraries --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd0656f..498f2e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jackson-jaxrs-providers (2.7.3-1) UNRELEASED; urgency=medium - Refreshed the patches - Updated the Maven rules - Ignore the new yaml module + - Tightened the dependencies on the other Jackson libraries * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index bbb5554..9105466 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ Uploaders: Timo Aaltonen <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5), xmlstarlet, Build-Depends-Indep: - libjackson2-core-java (>= 2.4.2), - libjackson2-databind-java (>= 2.4.2), - libjackson2-dataformat-smile (>= 2.4.2), + libjackson2-core-java (>= 2.7.3), + libjackson2-databind-java (>= 2.7.3), + libjackson2-dataformat-smile (>= 2.7.3), libjackson2-module-jaxb-annotations-java (>= 2.4), libjsr311-api-java, Standards-Version: 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

