diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-14 18:12:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-21 23:37:35 +0200 |
commit | bf201be0beb284707db0f500e5850be56f966b15 (patch) | |
tree | 8fc95002b4a97f7dbb4ec3c6a058bf44268aa32c /pom.xml | |
parent | 4117bf9d747fb7bdb9fb36907207777a8a398104 (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -762,7 +762,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>${bouncycastle-version}</version> + <version>1.72.2</version> </dependency> <dependency> |