From c5a4a373c5d9825698d5eae389af2ff6e971df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:16:52 +0000 Subject: [PATCH] Bump the all-dependencies group in /example-project with 3 updates Bumps the all-dependencies group in /example-project with 3 updates: [junit:junit](https://github.com/junit-team/junit4), [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) and [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin). Updates `junit:junit` from 4.13.1 to 4.13.2 - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2) Updates `org.codehaus.mojo:build-helper-maven-plugin` from 1.8 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-1.8...3.6.0) Updates `org.apache.maven.plugins:maven-clean-plugin` from 2.5 to 3.4.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-2.5...maven-clean-plugin-3.4.0) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- example-project/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example-project/pom.xml b/example-project/pom.xml index 140a095..09bd4f4 100644 --- a/example-project/pom.xml +++ b/example-project/pom.xml @@ -24,7 +24,7 @@ junit junit - 4.13.1 + 4.13.2 org.eclipse.xtend @@ -38,7 +38,7 @@ org.codehaus.mojo build-helper-maven-plugin - 1.8 + 3.6.0 add-sources @@ -68,7 +68,7 @@ org.apache.maven.plugins maven-clean-plugin - 2.5 + 3.4.0 clean