Repository: arrow
Updated Branches:
  refs/heads/master 2972c9d3a -> b795e5cff


ARROW-1240: [JAVA] security: upgrade logback to address CVE-2017-5929 (take 2)

sorry, this was still not fixed properly.  logback version is separately 
specified in 2 places.

Fixed properly this time.

Author: Matt Darwin <(none)>
Author: Matt <mattdar...@yahoo.co.uk>

Closes #960 from mattdarwin/ARROW-1240-upgrade-logback and squashes the 
following commits:

3492f66 [Matt Darwin] upgrading logback in tools/pom.xml
206b48d [Matt Darwin] Merge branch 'master' into ARROW-1240-upgrade-logback
284a4ce [Matt Darwin] Merge branch 'master' of https://github.com/apache/arrow
bc3b6a0 [Matt] Merge pull request #1 from apache/master
3e2f676 [Matt Darwin] Merge branch 'master' into ARROW-1240-upgrade-logback
caed163 [Matt Darwin] upgrading slf4j to 1.7.25


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/b795e5cf
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/b795e5cf
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/b795e5cf

Branch: refs/heads/master
Commit: b795e5cff92c840155911f5de7a8323f0c8d3fb6
Parents: 2972c9d
Author: Matt Darwin <(none)>
Authored: Fri Aug 11 17:13:30 2017 -0400
Committer: Wes McKinney <wes.mckin...@twosigma.com>
Committed: Fri Aug 11 17:13:30 2017 -0400

----------------------------------------------------------------------
 java/tools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/b795e5cf/java/tools/pom.xml
----------------------------------------------------------------------
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 8aadb44..f01f3e3 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -48,7 +48,7 @@
         <dependency>
           <groupId>ch.qos.logback</groupId>
           <artifactId>logback-classic</artifactId>
-          <version>1.0.13</version>
+          <version>1.2.3</version>
           <scope>run</scope>
         </dependency>
     </dependencies>

Reply via email to