From 4562e809db060a3917413e512f7b7cae47957143 Mon Sep 17 00:00:00 2001
From: Prashant <prashant.thakre@gmail.com>
Date: Fri, 30 May 2025 09:18:13 +0000
Subject: [PATCH] Bump bc.fips to 2.1.x (#505)
---
opendj-core/pom.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index 87e20c6..bf02860 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -76,7 +76,7 @@
<artifactId>build-tools</artifactId>
<scope>test</scope>
</dependency>
-
+
<!-- java.xml.bind (JAXB) - REMOVED -->
<dependency>
<groupId>javax.xml.bind</groupId>
@@ -97,13 +97,13 @@
<artifactId>bc-fips</artifactId>
<version>${bc.fips.version}</version>
</dependency>
-
+
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-fips</artifactId>
<version>${bctls.fips.version}</version>
</dependency>
-
+
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
@@ -112,8 +112,8 @@
<properties>
- <bc.fips.version>1.0.2.5</bc.fips.version>
- <bctls.fips.version>1.0.19</bctls.fips.version>
+ <bc.fips.version>2.1.0</bc.fips.version>
+ <bctls.fips.version>2.1.20</bctls.fips.version>
<opendj.osgi.import.additional>
com.sun.security.auth*;resolution:=optional
--
Gitblit v1.10.0