This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new e024080f0 Bump org.ow2.asm:asm from 9.6 to 9.7 (#504) e024080f0 is described below commit e024080f056f049202ae629d17d0f7916e44ac67 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 26 08:53:18 2024 -0400 Bump org.ow2.asm:asm from 9.6 to 9.7 (#504) Bumps org.ow2.asm:asm from 9.6 to 9.7. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cbedb0db4..5683ce0e8 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <pax.exam.version>4.13.5</pax.exam.version> <slf4j.version>2.0.12</slf4j.version> - <asm.version>9.6</asm.version> + <asm.version>9.7</asm.version> <project.build.outputTimestamp>2024-03-08T23:07:45Z</project.build.outputTimestamp> <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. --> <commons.spdx.version>0.5.5</commons.spdx.version>