From c414544553fe614a7d89c8ad631d4b294b6a1bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 18:00:47 +0000 Subject: [PATCH] chore(deps): bump maven.core.version from 3.9.1 to 3.9.2 Bumps `maven.core.version` from 3.9.1 to 3.9.2. Updates `maven-plugin-api` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.1...maven-3.9.2) Updates `maven-core` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.1...maven-3.9.2) --- updated-dependencies: - dependency-name: org.apache.maven:maven-plugin-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/integration-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration-maven-plugin/pom.xml b/integration/integration-maven-plugin/pom.xml index f47d36b..73ce635 100644 --- a/integration/integration-maven-plugin/pom.xml +++ b/integration/integration-maven-plugin/pom.xml @@ -15,7 +15,7 @@ maven-plugin - 3.9.1 + 3.9.2 3.8.2 -- GitLab