From fd43978e984e093a23f7b26b8e33e0b8cb295e7d Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Thu, 9 Nov 2023 17:59:56 +0000 Subject: [PATCH] rely on surefire version defined by shared-config --- oauth2_http/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index ea5569109..2db04625c 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + ${surefire.version} @@ -135,7 +135,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + ${surefire.version}