This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 7d0ebff Bump org.apache.maven.shared:maven-shared-utils from 3.4.1 to
3.4.2
7d0ebff is described below
commit 7d0ebffd36dc7cc7b5e0e6f3dd5cda4ad52549bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 25 15:11:46 2023 +0000
Bump org.apache.maven.shared:maven-shared-utils from 3.4.1 to 3.4.2
Bumps
[org.apache.maven.shared:maven-shared-utils](https://github.com/apache/maven-shared-utils)
from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/apache/maven-shared-utils/releases)
-
[Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-3.4.1...maven-shared-utils-3.4.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-shared-utils
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6981613..80a5901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
- <version>3.4.1</version>
+ <version>3.4.2</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>