Skip to content

Commit 41ad9bf

Browse files
authored
Upgrade Bouncy Castle from 1.61 to 1.65 (#119)
* Upgrade Bouncy Castle from 1.61 to 1.65 * Update Changelog
1 parent 53b80a1 commit 41ad9bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ available in mavenCentral.
1717
* Added JaCoCo for code coverage
1818
* Replace Base64 implementation with Java 8's #82
1919
* Added checkstyle
20+
* Upgrade Bouncy Castle from 1.61 to 1.65 #119
2021

2122

2223

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.bouncycastle</groupId>
8787
<artifactId>bcprov-ext-jdk15on</artifactId>
88-
<version>1.60</version>
88+
<version>1.65</version>
8989
<scope>test</scope>
9090
</dependency>
9191

0 commit comments

Comments
 (0)