Skip to content

Commit

Permalink
[LOG4J2-2347] Update Apache Commons Compress from 1.16.1 to 1.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 4, 2018
1 parent 04c2a9e commit 334712e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -790,7 +790,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.16.1</version>
<version>1.17</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -177,6 +177,9 @@
<action issue="LOG4J2-2336" dev="ckozak" type="fix">
Remove duplicate hyphen from the AsyncLoggerConfig background thread name.
</action>
<action issue="LOG4J2-2347" dev="ggregory" type="fix">
Update Apache Commons Compress from 1.16.1 to 1.17.
</action>
</release>
<release version="2.11.1" date="2018-MM-DD" description="GA Release 2.11.1">
<action issue="LOG4J2-2268" dev="rgoers" type="fix" due-to="Tilman Hausherr">
Expand Down Expand Up @@ -247,6 +250,9 @@
<action issue="LOG4J2-2336" dev="ckozak" type="fix">
Remove duplicate hyphen from the AsyncLoggerConfig background thread name.
</action>
<action issue="LOG4J2-2347" dev="ggregory" type="fix">
Update Apache Commons Compress from 1.16.1 to 1.17.
</action>
</release>
<release version="2.11.0" date="2018-xx-xx" description="GA Release 2.11.0">
<action issue="LOG4J2-2104" dev="rgoers" type="fix">
Expand Down

0 comments on commit 334712e

Please sign in to comment.