From 8a01fc35b0db29d6658708a959bc40383d70b180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:21:06 +0000 Subject: [PATCH] Bump org.codehaus.mojo:build-helper-maven-plugin from 3.2.0 to 3.6.0 Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.2.0 to 3.6.0. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...3.6.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 5cd37ebe..85e2290f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <!-- Maven plugins --> <jacoco.version>0.8.11</jacoco.version> <openapi-generator-maven-plugin.version>7.8.0</openapi-generator-maven-plugin.version> - <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> + <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> <!-- Docker --> <docker.jib-maven-plugin.version>3.4.3</docker.jib-maven-plugin.version> -- GitLab