From d3aa73201744ac55219724a64bf7429949f1ee6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:56:52 +0000 Subject: [PATCH 1/2] 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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 834261b..e6ca134 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.2 org.apache.maven.plugins From 307135ebc30bff64374c129cbc5a6431d8f2dfc5 Mon Sep 17 00:00:00 2001 From: cprutle Date: Mon, 8 Apr 2024 10:32:51 -0400 Subject: [PATCH 2/2] work around for issue https://github.com/reactor/BlockHound/issues/33 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index e6ca134..5590add 100644 --- a/pom.xml +++ b/pom.xml @@ -224,6 +224,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + -XX:+AllowRedefinitionToAddDeleteMethods + +