This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-plugin-testing-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/maven-plugin-testing-3.x by
this push:
new 696a9fa Bump org.apache.commons:commons-compress from 1.26.1 to
1.27.1 (#60)
696a9fa is described below
commit 696a9fa14175ac58dbe389ccdb423ff7f6713302
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 25 17:57:12 2025 +0100
Bump org.apache.commons:commons-compress from 1.26.1 to 1.27.1 (#60)
Bumps org.apache.commons:commons-compress from 1.26.1 to 1.27.1.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
maven-plugin-testing-harness/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-plugin-testing-harness/pom.xml
b/maven-plugin-testing-harness/pom.xml
index d7952be..5abcefe 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -125,7 +125,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.26.1</version>
+ <version>1.27.1</version>
</dependency>
<dependency>