From 9c08329fe7293361ab249de120f796e2dc1f706e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:26:32 +0000 Subject: [PATCH] Bump maven-plugin-tools.version from 3.13.0 to 3.13.1 Bumps `maven-plugin-tools.version` from 3.13.0 to 3.13.1. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5c4e04..abc7d1e 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <properties> <changelist>999999-SNAPSHOT</changelist> <gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo> - <maven-plugin-tools.version>3.13.0</maven-plugin-tools.version> + <maven-plugin-tools.version>3.13.1</maven-plugin-tools.version> <maven.version>3.8.1</maven.version> <spotless.check.skip>false</spotless.check.skip> <!-- TODO fix violations -->