Skip to content

Commit b795e5c

Browse files
Matt Darwinwesm
authored andcommitted
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 <mattdarwin@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
1 parent 2972c9d commit b795e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>ch.qos.logback</groupId>
5050
<artifactId>logback-classic</artifactId>
51-
<version>1.0.13</version>
51+
<version>1.2.3</version>
5252
<scope>run</scope>
5353
</dependency>
5454
</dependencies>

0 commit comments

Comments
 (0)