summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-04-14 18:12:42 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-04-21 23:37:35 +0200
commitbf201be0beb284707db0f500e5850be56f966b15 (patch)
tree8fc95002b4a97f7dbb4ec3c6a058bf44268aa32c /pom.xml
parent4117bf9d747fb7bdb9fb36907207777a8a398104 (diff)
downloadjgit-bf201be0beb284707db0f500e5850be56f966b15.tar.gz
jgit-bf201be0beb284707db0f500e5850be56f966b15.zip
Use bouncycastle libraries directly from Maven Central
and update - org.bouncycastle:bcpg-jdk18on to 1.72.2 Bug: 581767 Change-Id: Id213e84d56c171c98b1919a7044e2779a3d777df
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e4f7cc6236..d2004f5efd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -762,7 +762,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
- <version>${bouncycastle-version}</version>
+ <version>1.72.2</version>
</dependency>
<dependency>