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-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e592867 [MANTRUN-239] Bump org.apache.maven.plugins:maven-plugins from 40 to 41 (#91) e592867 is described below commit e592867d45df65c26dee3288a601a274f670db88 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Dec 23 02:01:32 2023 +0100 [MANTRUN-239] Bump org.apache.maven.plugins:maven-plugins from 40 to 41 (#91) Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 40 to 41. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... 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 3443f8d..f36ae42 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>40</version> + <version>41</version> <relativePath /> </parent>