Skip to content

Commit

Permalink
Merge pull request #500 from nmburgan/issue/main/pe-38293_upgrade_bou…
Browse files Browse the repository at this point in the history
…ncycastle

(PE-38293) Update Bouncy Castle jars to latest version
  • Loading branch information
nmburgan authored Jul 16, 2024
2 parents 861929d + 58f8f36 commit b1b79df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Unreleased
## [7.3.35]
- update bouncy castle to latest versions

## [7.3.34]
- update ring-middleware to 2.0.4 to add method and uri to unhandled exceptions wrapper
-

## [7.3.33]
- update ring-middleeware to 2.0.3 to add some new standaard wrappers

Expand Down
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@
;; dev and FOSS, PE is managed via packages):
;; https://github.com/puppetlabs/bouncy-castle-vanagon
[org.bouncycastle/bcpkix-fips "1.0.7"]
[org.bouncycastle/bc-fips "1.0.2.4"]
[org.bouncycastle/bctls-fips "1.0.17"]
[org.bouncycastle/bcpkix-jdk18on "1.74"]
[org.bouncycastle/bctls-jdk18on "1.74"]
[org.bouncycastle/bcprov-jdk18on "1.74"]
[org.bouncycastle/bcutil-jdk18on "1.74"]]
[org.bouncycastle/bc-fips "1.0.2.5"]
[org.bouncycastle/bctls-fips "1.0.19"]
[org.bouncycastle/bcpkix-jdk18on "1.78.1"]
[org.bouncycastle/bctls-jdk18on "1.78.1"]
[org.bouncycastle/bcprov-jdk18on "1.78.1"]
[org.bouncycastle/bcutil-jdk18on "1.78.1"]]

:dependencies [[org.clojure/clojure]]

Expand Down

0 comments on commit b1b79df

Please sign in to comment.