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-pdf-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e8a8965 Bump maven-shared-utils from 3.4.1 to 3.4.2 e8a8965 is described below commit e8a8965348305f4a52fa0be88e0ded2b0ebfd8b9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 5 13:01:34 2023 +0000 Bump maven-shared-utils from 3.4.1 to 3.4.2 Bumps [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] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f82f772..2543b3d 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.4.1</version> + <version>3.4.2</version> </dependency> <!-- Doxia -->