Skip to content

Commit

Permalink
Update org.apache.commons:commons-compress 1.25.0 → 1.26.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 5, 2024
1 parent 2060056 commit 9163608
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,16 @@
<c:change date="2022-11-13T00:00:00+00:00" summary="Switch to using xercesImpl instead of depending on JVM XML factories."/>
</c:changes>
</c:release>
<c:release date="2022-11-13T20:29:25+00:00" is-open="false" ticket-system="com.github.io7m.xstructural" version="1.8.0">
<c:release date="2022-11-13T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.xstructural" version="1.8.0">
<c:changes>
<c:change date="2022-11-13T00:00:00+00:00" summary="Add a Maven plugin to avoid classpath pollution during Maven builds."/>
</c:changes>
</c:release>
<c:release date="2024-05-05T19:16:56+00:00" is-open="true" ticket-system="com.github.io7m.xstructural" version="1.8.1">
<c:changes>
<c:change date="2024-05-05T19:16:56+00:00" summary="Update org.apache.commons:commons-compress 1.25.0 → 1.26.1."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.xstructural" url="https://www.github.com/io7m/xstructural/issues/"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.25.0</version>
<version>1.26.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 9163608

Please sign in to comment.