From cda978532963888a26f4087f105dde1ba0974a19 Mon Sep 17 00:00:00 2001 From: Mend Renovate <bot@renovateapp.com> Date: Tue, 28 Nov 2023 21:50:35 +0100 Subject: [PATCH] build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.5.0 (#1826) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 152457e09..8b6883d0d 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -101,7 +101,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.0</version> <executions> <execution> <id>add-snippets-source</id> diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 763990efa..fecc20cf3 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -100,7 +100,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.0</version> <executions> <execution> <id>add-snippets-source</id>