Skip to content

Commit

Permalink
Migrate from bcpkix-jdk15on to bcpkix-jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Sep 27, 2024
1 parent 697e947 commit 70668c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

### Fixed

- Migrate from bcpkix-jdk15on to bcpkix-jdk18on, fixing security issues with bouncycastle. ([#91](https://github.com/heroku/env-keystore/pull/91))

## [1.1.8] - 2023-10-09

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 70668c7

Please sign in to comment.