From 2646e09c495c8fd95eceac5174439bbb6432b352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:34:05 -0400 Subject: [PATCH] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2 (#157) * Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.2. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * work around for issue https://github.com/reactor/BlockHound/issues/33 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cprutle --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c02d93..780c6ac 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.2 org.apache.maven.plugins @@ -193,6 +193,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + -XX:+AllowRedefinitionToAddDeleteMethods + +