summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
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 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
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 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
index 9f2220fd98..877cfe0f82 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
@@ -9,21 +9,21 @@ maven bouncycastle
dependency {
groupId = "org.bouncycastle"
artifactId = "bcpg-jdk18on"
- version = "1.72.2"
+ version = "1.73"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcprov-jdk18on"
- version = "1.72"
+ version = "1.73"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcpkix-jdk18on"
- version = "1.72"
+ version = "1.73"
}
dependency {
groupId = "org.bouncycastle"
artifactId = "bcutil-jdk18on"
- version = "1.72"
+ version = "1.73"
}
}