summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-07-14 22:30:06 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-07-16 23:47:30 +0200
commit02344254ea7ddd97c21ea7b50fcb9a49932c3251 (patch)
tree0421109824b637716a84ee58f3e09b541bd00ae2 /pom.xml
parente0ba98edd2b40876aa7aaae4b59a24ae2412a20a (diff)
downloadjgit-02344254ea7ddd97c21ea7b50fcb9a49932c3251.tar.gz
jgit-02344254ea7ddd97c21ea7b50fcb9a49932c3251.zip
Update orbit to I20210713220109
update - org.apache.commons.compress to 1.20.0.v20210713-192 - org.bouncycastle.bcpg to 1.69.0.v20210713-1924 - org.bouncycastle.bcpkix to 1.69.0.v20210713-1924 - org.bouncycastle.bcprov to 1.69.0.v20210713-1924 - add org.bouncycastle.bcutil 1.69.0.v20210713-1924 In bazel build don't expose bouncycastle to org.eclipse.jgit since it's not used there anymore since code depending on bouncycastle was moved to org.eclipse.jgit.gpg.bc. CQ: 21771 CQ: 23471 CQ: 23472 CQ: 23473 CQ: 23474 Change-Id: Id3d94c00c39bbc57e3f49a61150841249dc3985c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 345b584977..7ee6fe772c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<junit-version>4.13</junit-version>
<test-fork-count>1C</test-fork-count>
<args4j-version>2.33</args4j-version>
- <commons-compress-version>1.19</commons-compress-version>
+ <commons-compress-version>1.20</commons-compress-version>
<osgi-core-version>4.3.1</osgi-core-version>
<servlet-api-version>3.1.0</servlet-api-version>
<jetty-version>9.4.43.v20210629</jetty-version>
@@ -171,7 +171,7 @@
<maven-javadoc-plugin-version>3.3.0</maven-javadoc-plugin-version>
<tycho-extras-version>1.7.0</tycho-extras-version>
<gson-version>2.8.7</gson-version>
- <bouncycastle-version>1.65</bouncycastle-version>
+ <bouncycastle-version>1.69</bouncycastle-version>
<spotbugs-maven-plugin-version>4.2.3</spotbugs-maven-plugin-version>
<maven-project-info-reports-plugin-version>3.1.2</maven-project-info-reports-plugin-version>
<maven-jxr-plugin-version>3.1.1</maven-jxr-plugin-version>
@@ -786,7 +786,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.65.01</version>
+ <version>${bouncycastle-version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcutil-jdk15on</artifactId>
+ <version>${bouncycastle-version}</version>
</dependency>
<dependency>