commit 453a6f5acb9b9935a88de8c6e39e05e29b5423e7 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jul 18 07:53:39 2019 +0200
Update to Debian buster libraries.
Also upgrade to latest metrics-base.
Note that Checkstyle is excluded from this update, because there's a yet unresolved issue with the new version: ("Unable to create Root Module") that we'll have to address in a separate patch. But given that Checkstyle is not required for the build it's okay to keep the old version for now. It'll be in the release tarball. --- build.xml | 14 +++++++------- src/build | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/build.xml b/build.xml index 3066e90..a163dc9 100644 --- a/build.xml +++ b/build.xml @@ -14,13 +14,13 @@ <property name="jarpatternprop" value="empty" />
<patternset id="runtime" > - <include name="commons-codec-1.10.jar"/> - <include name="commons-compress-1.13.jar"/> - <include name="jackson-annotations-2.8.6.jar"/> - <include name="jackson-core-2.8.6.jar"/> - <include name="jackson-databind-2.8.6.jar"/> - <include name="slf4j-api-1.7.22.jar" /> - <include name="xz-1.6.jar"/> + <include name="commons-codec-1.11.jar"/> + <include name="commons-compress-1.18.jar"/> + <include name="jackson-annotations-2.9.8.jar"/> + <include name="jackson-core-2.9.8.jar"/> + <include name="jackson-databind-2.9.8.jar"/> + <include name="slf4j-api-1.7.25.jar" /> + <include name="xz-1.8.jar"/> </patternset>
<target name="coverage-check"> diff --git a/src/build b/src/build index e639c69..e12ba96 160000 --- a/src/build +++ b/src/build @@ -1 +1 @@ -Subproject commit e639c697e9e94c6dbb26e946e5247c20a62c0661 +Subproject commit e12ba96aa0708b20375cf7cf5d20dfa19940d18a
tor-commits@lists.torproject.org