Upgrade Bouncycastle from 1.68 to 1.70 (#14198)
* Upgrade Bouncycastle to 1.70 * Update pom.xml * Update pom.xml Co-authored-by: Stian Thorgersen <stianst@gmail.com> Co-authored-by: Stian Thorgersen <stian@redhat.com>
This commit is contained in:
parent
13aaadc754
commit
d859b03193
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -65,12 +65,12 @@
|
|||
<apache.httpcomponents.httpcore.version>4.4.14</apache.httpcomponents.httpcore.version>
|
||||
<apache.mime4j.version>0.6</apache.mime4j.version>
|
||||
<jboss.dmr.version>1.5.1.Final</jboss.dmr.version>
|
||||
<bouncycastle.version>1.68</bouncycastle.version>
|
||||
<bouncycastle.version>1.70</bouncycastle.version>
|
||||
|
||||
<!-- TODO Are these correct versions? -->
|
||||
<bouncycastle.fips.version>1.0.2.3</bouncycastle.fips.version>
|
||||
<bouncycastle.pkixfips.version>1.0.5</bouncycastle.pkixfips.version>
|
||||
<bouncycastle.tlsfips.version>1.0.12.2</bouncycastle.tlsfips.version>
|
||||
<bouncycastle.pkixfips.version>1.0.7</bouncycastle.pkixfips.version>
|
||||
<bouncycastle.tlsfips.version>1.0.14</bouncycastle.tlsfips.version>
|
||||
|
||||
<cxf.version>3.3.10</cxf.version>
|
||||
<cxf.jetty.version>3.3.10</cxf.jetty.version>
|
||||
|
|
Loading…
Reference in a new issue