Skip to content

Commit

Permalink
Upgrade Bouncycastle from 1.68 to 1.70 (keycloak#14198)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Nov 7, 2022
1 parent 717f656 commit 4a3cbff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 4a3cbff

Please sign in to comment.