From daa3cd9aaf49c24d80dc9a3295a051e68719d8e6 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Fri, 27 Sep 2024 11:33:45 +0200 Subject: [PATCH] SCANCLI-157 Fix Bouncycastle issue on FIPS environments --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9df7eb8..38cfcb3 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ org.sonarsource.scanner.lib sonar-scanner-java-library - 3.1.0.234 + 3.1.1.250 org.slf4j @@ -162,6 +162,15 @@ true true + + + + + true + + + + *:* @@ -171,7 +180,6 @@ META-INF/*.RSA META-INF/LICENSE.txt META-INF/NOTICE.txt - META-INF/MANIFEST.MF **/module-info.class -- 2.39.5