[tor-commits] [metrics-base/master] Update to Debian stretch libraries.

karsten at torproject.org karsten at torproject.org
Mon Jul 3 13:08:20 UTC 2017


commit b491c845ab81027d2f29fe541f8303ff151d3d0b
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Jul 3 11:15:16 2017 +0200

    Update to Debian stretch libraries.
    
    Note that Checkstyle and Cobertura are excluded from this update,
    because they're not required for the build and because we're still
    using newer versions than what's in stretch. We could attempt to
    downgrade and see if the versions in stretch are new enough. But
    that's not part of this patch.
---
 java/base.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/java/base.xml b/java/base.xml
index 951dae5..4793d7b 100644
--- a/java/base.xml
+++ b/java/base.xml
@@ -48,10 +48,10 @@
       <patternset refid="runtime" />
     </fileset>
     <fileset dir="${libs}">
-      <include name="junit4-4.11.jar"/>
+      <include name="junit4-4.12.jar"/>
       <include name="hamcrest-all-1.3.jar"/>
-      <include name="logback-core-1.1.2.jar" />
-      <include name="logback-classic-1.1.2.jar" />
+      <include name="logback-core-1.1.9.jar" />
+      <include name="logback-classic-1.1.9.jar" />
     </fileset>
   </path>
 
@@ -64,16 +64,16 @@
   <path id="cobertura.classpath">
     <fileset dir="${libs}">
       <include name="cobertura-2.1.1.jar" />
-      <include name="slf4j-api-1.7.7.jar" />
-      <include name="commons-lang3-3.3.2.jar" />
+      <include name="slf4j-api-1.7.22.jar" />
+      <include name="commons-lang3-3.5.jar" />
       <include name="asm4-5.0.3.jar" />
       <include name="asm4-util-5.0.3.jar" />
       <include name="asm4-tree-5.0.3.jar" />
       <include name="asm4-commons-5.0.3.jar" />
       <include name="asm4-analysis-5.0.3.jar" />
       <include name="oro-2.0.8.jar" />
-      <include name="logback-core-1.1.2.jar" />
-      <include name="logback-classic-1.1.2.jar" />
+      <include name="logback-core-1.1.9.jar" />
+      <include name="logback-classic-1.1.9.jar" />
     </fileset>
   </path>
 



More information about the tor-commits mailing list