Update bouncycastle to 1.70.0

Release notes: https://www.bouncycastle.org/releasenotes.html

CQ: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/1713
Change-Id: Ic2ca406e740dfe496bea67fb57fa0fc139f148a0
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/.project b/bouncycastle/org.bouncycastle.bcpg_1.70.0/.project
similarity index 80%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/.project
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/.project
index 533c472..4b404a0 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/.project
+++ b/bouncycastle/org.bouncycastle.bcpg_1.70.0/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.bouncycastle.bcpg_1.69.0</name>
+	<name>org.bouncycastle.bcpg_1.70.0</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd b/bouncycastle/org.bouncycastle.bcpg_1.70.0/osgi.bnd
similarity index 90%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/osgi.bnd
index 9513ff1..8a1e88d 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd
+++ b/bouncycastle/org.bouncycastle.bcpg_1.70.0/osgi.bnd
@@ -1,5 +1,5 @@
 package-version=${version;===;${Bundle-Version}}
-bcprov-jdk15on-version-range=${range;[===,=+);1.69}
+bcprov-jdk15on-version-range=${range;[===,=+);1.70}
 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: \
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/pom.xml b/bouncycastle/org.bouncycastle.bcpg_1.70.0/pom.xml
similarity index 92%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/pom.xml
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/pom.xml
index 15d067c..5edde00 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/pom.xml
+++ b/bouncycastle/org.bouncycastle.bcpg_1.70.0/pom.xml
@@ -8,7 +8,7 @@
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>org.bouncycastle.bcpg</artifactId>
-  <version>1.69.0-SNAPSHOT</version>
+  <version>1.70.0-SNAPSHOT</version>
   <packaging>eclipse-bundle-recipe</packaging>
   <name>Bouncy Castle OpenPGP API</name>
 
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpg-jdk15on</artifactId>
-      <version>1.69</version>
+      <version>1.70</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/src/eclipse/ip_log.xml b/bouncycastle/org.bouncycastle.bcpg_1.70.0/src/eclipse/ip_log.xml
similarity index 64%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/src/eclipse/ip_log.xml
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/src/eclipse/ip_log.xml
index 5a7d48a..475734a 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/src/eclipse/ip_log.xml
+++ b/bouncycastle/org.bouncycastle.bcpg_1.70.0/src/eclipse/ip_log.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ip_log version="1.0">
-  <project id="org.bouncycastle.bcpg" version="1.69.0" status="done">
+  <project id="org.bouncycastle.bcpg" version="1.70.0" status="done">
     <info>
       <name>Bouncy Castle OpenPGP API</name>
       <repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
@@ -12,12 +12,13 @@
       <company>SAP SE</company>
     </contact>
     <legal>
-      <ipzilla bug_id="23472"/>
+      <clearlydefined url="https://clearlydefined.io/definitions/sourcearchive/mavencentral/org.bouncycastle/bcpg-jdk15on/1.70"/>
+      <ipzilla bug_id="https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/1713"/>
       <license>
         <name>MIT License</name>
         <reference>http://www.bouncycastle.org/licence.html</reference>
       </license>
-      <package>bcpg-jdk15on-1.69.jar</package>
+      <package>bcpg-jdk15on-1.70.jar</package>
     </legal>
   </project>
 </ip_log>
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties b/bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/about.html b/bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/about.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/about.html
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/about.html
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/about_files/APACHE_SOFTWARE_LICENSE__VERSION_1.1.txt b/bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/about_files/APACHE_SOFTWARE_LICENSE__VERSION_1.1.txt
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/about_files/APACHE_SOFTWARE_LICENSE__VERSION_1.1.txt
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/about_files/APACHE_SOFTWARE_LICENSE__VERSION_1.1.txt
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html b/bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpg_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
rename to bouncycastle/org.bouncycastle.bcpg_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/.project b/bouncycastle/org.bouncycastle.bcpkix_1.69.0/.project
deleted file mode 100644
index 69fb281..0000000
--- a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.bouncycastle.bcpkix_1.69.0</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/osgi.bnd b/bouncycastle/org.bouncycastle.bcpkix_1.69.0/osgi.bnd
deleted file mode 100644
index 9513ff1..0000000
--- a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/osgi.bnd
+++ /dev/null
@@ -1,15 +0,0 @@
-package-version=${version;===;${Bundle-Version}}
-bcprov-jdk15on-version-range=${range;[===,=+);1.69}
-
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: \
- !about.html,!about_files, \
- *.internal*;x-internal:=true;version="${package-version}";-noimport:=true, \
- *.impl*;x-internal:=true;version="${package-version}";-noimport:=true, \
- *;version="${package-version}";-noimport:=true
-
-Import-Package: \
- org.bouncycastle*;version="${bcprov-jdk15on-version-range}", \
- *;resolution:=optional
-
-Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.5))"
\ No newline at end of file
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/.project b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/.project
similarity index 79%
copy from bouncycastle/org.bouncycastle.bcpg_1.69.0/.project
copy to bouncycastle/org.bouncycastle.bcpkix_1.70.0/.project
index 533c472..bd53904 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/.project
+++ b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.bouncycastle.bcpg_1.69.0</name>
+	<name>org.bouncycastle.bcpkix_1.70.0</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/osgi.bnd
similarity index 90%
copy from bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd
copy to bouncycastle/org.bouncycastle.bcpkix_1.70.0/osgi.bnd
index 9513ff1..8a1e88d 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd
+++ b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/osgi.bnd
@@ -1,5 +1,5 @@
 package-version=${version;===;${Bundle-Version}}
-bcprov-jdk15on-version-range=${range;[===,=+);1.69}
+bcprov-jdk15on-version-range=${range;[===,=+);1.70}
 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: \
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/pom.xml b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/pom.xml
similarity index 93%
rename from bouncycastle/org.bouncycastle.bcpkix_1.69.0/pom.xml
rename to bouncycastle/org.bouncycastle.bcpkix_1.70.0/pom.xml
index 33cb3be..75c7459 100644
--- a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/pom.xml
+++ b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/pom.xml
@@ -8,7 +8,7 @@
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>org.bouncycastle.bcpkix</artifactId>
-  <version>1.69.0-SNAPSHOT</version>
+  <version>1.70.0-SNAPSHOT</version>
   <packaging>eclipse-bundle-recipe</packaging>
   <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
 
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.69</version>
+      <version>1.70</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/eclipse/ip_log.xml b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/eclipse/ip_log.xml
similarity index 72%
rename from bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/eclipse/ip_log.xml
rename to bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/eclipse/ip_log.xml
index 9997734..86f3600 100644
--- a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/eclipse/ip_log.xml
+++ b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/eclipse/ip_log.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ip_log version="1.0">
-  <project id="org.bouncycastle.bcpkix" version="1.69.0" status="done">
+  <project id="org.bouncycastle.bcpkix" version="1.70.0" status="done">
     <info>
       <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
       <repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
@@ -12,12 +12,12 @@
       <company>SAP SE</company>
     </contact>
     <legal>
-      <ipzilla bug_id="23473"/>
+      <clearlydefined url="https://clearlydefined.io/definitions/sourcearchive/mavencentral/org.bouncycastle/bcpkix-jdk15on/1.70"/>
       <license>
         <name>MIT License</name>
         <reference>http://www.bouncycastle.org/licence.html</reference>
       </license>
-      <package>bcpkix-jdk15on-1.69.jar</package>
+      <package>bcpkix-jdk15on-1.70.jar</package>
     </legal>
   </project>
 </ip_log>
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties
rename to bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/main/resources/about.html b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/main/resources/about.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/main/resources/about.html
rename to bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/main/resources/about.html
diff --git a/bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html b/bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcpkix_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
rename to bouncycastle/org.bouncycastle.bcpkix_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/.project b/bouncycastle/org.bouncycastle.bcprov_1.70.0/.project
similarity index 91%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/.project
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/.project
index f66d30f..e4ee3a7 100644
--- a/bouncycastle/org.bouncycastle.bcprov_1.69.0/.project
+++ b/bouncycastle/org.bouncycastle.bcprov_1.70.0/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.bouncycastle.bcprov_1.69.0</name>
+	<name>org.bouncycastle.bcprov_1.70.0</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/osgi.bnd b/bouncycastle/org.bouncycastle.bcprov_1.70.0/osgi.bnd
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/osgi.bnd
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/osgi.bnd
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/pom.xml b/bouncycastle/org.bouncycastle.bcprov_1.70.0/pom.xml
similarity index 96%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/pom.xml
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/pom.xml
index 8ace0f7..707ad9a 100644
--- a/bouncycastle/org.bouncycastle.bcprov_1.69.0/pom.xml
+++ b/bouncycastle/org.bouncycastle.bcprov_1.70.0/pom.xml
@@ -8,7 +8,7 @@
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>org.bouncycastle.bcprov</artifactId>
-  <version>1.69.0-SNAPSHOT</version>
+  <version>1.70.0-SNAPSHOT</version>
   <packaging>eclipse-bundle-recipe</packaging>
   <name>Bouncy Castle Provider</name>
 
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.69</version>
+      <version>1.70</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/src/eclipse/ip_log.xml b/bouncycastle/org.bouncycastle.bcprov_1.70.0/src/eclipse/ip_log.xml
similarity index 71%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/src/eclipse/ip_log.xml
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/src/eclipse/ip_log.xml
index d8b3fb2..68599ec 100644
--- a/bouncycastle/org.bouncycastle.bcprov_1.69.0/src/eclipse/ip_log.xml
+++ b/bouncycastle/org.bouncycastle.bcprov_1.70.0/src/eclipse/ip_log.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ip_log version="1.0">
-  <project id="org.bouncycastle.bcprov" version="1.69.0" status="done">
+  <project id="org.bouncycastle.bcprov" version="1.70.0" status="done">
     <info>
       <name>Bouncy Castle Provider</name>
       <repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
@@ -12,12 +12,12 @@
       <company>SAP SE</company>
     </contact>
     <legal>
-      <ipzilla bug_id="23471"/>
+      <clearlydefined url="https://clearlydefined.io/definitions/sourcearchive/mavencentral/org.bouncycastle/bcprov-jdk15on/1.70"/>
       <license>
         <name>MIT License</name>
         <reference>http://www.bouncycastle.org/licence.html</reference>
       </license>
-      <package>bcprov-jdk15on-1.69.jar</package>
+      <package>bcprov-jdk15on-1.70.jar</package>
     </legal>
   </project>
 </ip_log>
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties b/bouncycastle/org.bouncycastle.bcprov_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/src/main/resources/about.html b/bouncycastle/org.bouncycastle.bcprov_1.70.0/src/main/resources/about.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/src/main/resources/about.html
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/src/main/resources/about.html
diff --git a/bouncycastle/org.bouncycastle.bcprov_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html b/bouncycastle/org.bouncycastle.bcprov_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcprov_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
rename to bouncycastle/org.bouncycastle.bcprov_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/.project b/bouncycastle/org.bouncycastle.bcutil_1.69.0/.project
deleted file mode 100644
index d896d33..0000000
--- a/bouncycastle/org.bouncycastle.bcutil_1.69.0/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.bouncycastle.bcutil_1.69.0</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/osgi.bnd b/bouncycastle/org.bouncycastle.bcutil_1.69.0/osgi.bnd
deleted file mode 100644
index 9513ff1..0000000
--- a/bouncycastle/org.bouncycastle.bcutil_1.69.0/osgi.bnd
+++ /dev/null
@@ -1,15 +0,0 @@
-package-version=${version;===;${Bundle-Version}}
-bcprov-jdk15on-version-range=${range;[===,=+);1.69}
-
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: \
- !about.html,!about_files, \
- *.internal*;x-internal:=true;version="${package-version}";-noimport:=true, \
- *.impl*;x-internal:=true;version="${package-version}";-noimport:=true, \
- *;version="${package-version}";-noimport:=true
-
-Import-Package: \
- org.bouncycastle*;version="${bcprov-jdk15on-version-range}", \
- *;resolution:=optional
-
-Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.5))"
\ No newline at end of file
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/.project b/bouncycastle/org.bouncycastle.bcutil_1.70.0/.project
similarity index 79%
copy from bouncycastle/org.bouncycastle.bcpg_1.69.0/.project
copy to bouncycastle/org.bouncycastle.bcutil_1.70.0/.project
index 533c472..3103c9b 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/.project
+++ b/bouncycastle/org.bouncycastle.bcutil_1.70.0/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.bouncycastle.bcpg_1.69.0</name>
+	<name>org.bouncycastle.bcutil_1.70.0</name>
 	<comment></comment>
 	<projects>
 	</projects>
diff --git a/bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd b/bouncycastle/org.bouncycastle.bcutil_1.70.0/osgi.bnd
similarity index 90%
copy from bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd
copy to bouncycastle/org.bouncycastle.bcutil_1.70.0/osgi.bnd
index 9513ff1..8a1e88d 100644
--- a/bouncycastle/org.bouncycastle.bcpg_1.69.0/osgi.bnd
+++ b/bouncycastle/org.bouncycastle.bcutil_1.70.0/osgi.bnd
@@ -1,5 +1,5 @@
 package-version=${version;===;${Bundle-Version}}
-bcprov-jdk15on-version-range=${range;[===,=+);1.69}
+bcprov-jdk15on-version-range=${range;[===,=+);1.70}
 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: \
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/pom.xml b/bouncycastle/org.bouncycastle.bcutil_1.70.0/pom.xml
similarity index 93%
rename from bouncycastle/org.bouncycastle.bcutil_1.69.0/pom.xml
rename to bouncycastle/org.bouncycastle.bcutil_1.70.0/pom.xml
index d730e3e..718023c 100644
--- a/bouncycastle/org.bouncycastle.bcutil_1.69.0/pom.xml
+++ b/bouncycastle/org.bouncycastle.bcutil_1.70.0/pom.xml
@@ -8,7 +8,7 @@
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>org.bouncycastle.bcutil</artifactId>
-  <version>1.69.0-SNAPSHOT</version>
+  <version>1.70.0-SNAPSHOT</version>
   <packaging>eclipse-bundle-recipe</packaging>
   <name>Bouncy Castle ASN.1 Extension and Utility APIs</name>
 
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcutil-jdk15on</artifactId>
-      <version>1.69</version>
+      <version>1.70</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/src/eclipse/ip_log.xml b/bouncycastle/org.bouncycastle.bcutil_1.70.0/src/eclipse/ip_log.xml
similarity index 71%
rename from bouncycastle/org.bouncycastle.bcutil_1.69.0/src/eclipse/ip_log.xml
rename to bouncycastle/org.bouncycastle.bcutil_1.70.0/src/eclipse/ip_log.xml
index 043e8a3..729943f 100644
--- a/bouncycastle/org.bouncycastle.bcutil_1.69.0/src/eclipse/ip_log.xml
+++ b/bouncycastle/org.bouncycastle.bcutil_1.70.0/src/eclipse/ip_log.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ip_log version="1.0">
-  <project id="org.bouncycastle.bcutil" version="1.69.0" status="done">
+  <project id="org.bouncycastle.bcutil" version="1.70.0" status="done">
     <info>
       <name>Bouncy Castle ASN.1 Extension and Utility APIs</name>
       <repository>scm:git:git.eclipse.org:/gitroot/orbit/recipes.git</repository>
@@ -12,12 +12,12 @@
       <company>SAP SE</company>
     </contact>
     <legal>
-      <ipzilla bug_id="23474"/>
+      <clearlydefined url="https://clearlydefined.io/definitions/sourcearchive/mavencentral/org.bouncycastle/bcutil-jdk15on/1.70"/>
       <license>
         <name>MIT License</name>
         <reference>http://www.bouncycastle.org/licence.html</reference>
       </license>
-      <package>bcutil-jdk15on-1.69.jar</package>
+      <package>bcutil-jdk15on-1.70.jar</package>
     </legal>
   </project>
 </ip_log>
\ No newline at end of file
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties b/bouncycastle/org.bouncycastle.bcutil_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcutil_1.69.0/src/main/resources/OSGI-INF/l10n/bundle.properties
rename to bouncycastle/org.bouncycastle.bcutil_1.70.0/src/main/resources/OSGI-INF/l10n/bundle.properties
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/src/main/resources/about.html b/bouncycastle/org.bouncycastle.bcutil_1.70.0/src/main/resources/about.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcutil_1.69.0/src/main/resources/about.html
rename to bouncycastle/org.bouncycastle.bcutil_1.70.0/src/main/resources/about.html
diff --git a/bouncycastle/org.bouncycastle.bcutil_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html b/bouncycastle/org.bouncycastle.bcutil_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
similarity index 100%
rename from bouncycastle/org.bouncycastle.bcutil_1.69.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
rename to bouncycastle/org.bouncycastle.bcutil_1.70.0/src/main/resources/about_files/BOUNCY_CASTLE_LICENCE.html
diff --git a/bouncycastle/pom.xml b/bouncycastle/pom.xml
index 7b8fc77..fc1fe3f 100644
--- a/bouncycastle/pom.xml
+++ b/bouncycastle/pom.xml
@@ -24,10 +24,10 @@
   </properties>
 
   <modules>
-    <module>org.bouncycastle.bcpg_1.69.0</module>
-    <module>org.bouncycastle.bcpkix_1.69.0</module>
-    <module>org.bouncycastle.bcprov_1.69.0</module>
-    <module>org.bouncycastle.bcutil_1.69.0</module>
+    <module>org.bouncycastle.bcpg_1.70.0</module>
+    <module>org.bouncycastle.bcpkix_1.70.0</module>
+    <module>org.bouncycastle.bcprov_1.70.0</module>
+    <module>org.bouncycastle.bcutil_1.70.0</module>
   </modules>
 
 </project>
diff --git a/releng/aggregationfeature/feature.xml b/releng/aggregationfeature/feature.xml
index 4aa5a67..c151c60 100644
--- a/releng/aggregationfeature/feature.xml
+++ b/releng/aggregationfeature/feature.xml
@@ -252,10 +252,10 @@
   <plugin id="org.apache.ws.commons.util" version="1.0.2.qualifier"/>
   <plugin id="org.apache.wsil4j" version="1.0.0.qualifier"/>
 
-  <plugin id="org.bouncycastle.bcpg" version="1.69.0.qualifier"/>
-  <plugin id="org.bouncycastle.bcpkix" version="1.69.0.qualifier"/>
-  <plugin id="org.bouncycastle.bcprov" version="1.69.0.qualifier"/>
-  <plugin id="org.bouncycastle.bcutil" version="1.69.0.qualifier"/>
+  <plugin id="org.bouncycastle.bcpg" version="1.70.0.qualifier"/>
+  <plugin id="org.bouncycastle.bcpkix" version="1.70.0.qualifier"/>
+  <plugin id="org.bouncycastle.bcprov" version="1.70.0.qualifier"/>
+  <plugin id="org.bouncycastle.bcutil" version="1.70.0.qualifier"/>
 
   <plugin id="org.eclipse.orbit.mongodb" version="3.2.2.qualifier"/>