summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-04-17 00:46:03 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-04-28 21:46:19 +0200
commitfbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660 (patch)
tree6d4d70b52b5c1a974cc1836b38536359d4052e84 /pom.xml
parent6b831000c583466fe45c6de26100ab1222220e2d (diff)
downloadjgit-fbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660.tar.gz
jgit-fbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660.zip
Update bouncycastle to 1.73
Review requests were created for maven/mavencentral/org.bouncycastle/bcpkix-jdk18on/1.73 https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7892 maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.73 https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7893 maven/mavencentral/org.bouncycastle/bcutil-jdk18on/1.73 https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7894 Change-Id: I389cdd7500d7d9292d7ea5eee142492dd1db7112
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d2004f5efd..24eff85129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
<slf4j-version>1.7.30</slf4j-version>
<maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
<gson-version>2.10.1</gson-version>
- <bouncycastle-version>1.72</bouncycastle-version>
+ <bouncycastle-version>1.73</bouncycastle-version>
<spotbugs-maven-plugin-version>4.7.3.0</spotbugs-maven-plugin-version>
<maven-project-info-reports-plugin-version>3.4.2</maven-project-info-reports-plugin-version>
<maven-jxr-plugin-version>3.3.0</maven-jxr-plugin-version>
@@ -762,7 +762,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
- <version>1.72.2</version>
+ <version>${bouncycastle-version}</version>
</dependency>
<dependency>