Skip to content

Commit 1ebe7be

Browse files
authored
Merge pull request #888 from brendandburns/bouncy
Update bouncy castle dependency to 1.64
2 parents a1acab2 + be1f19b commit 1ebe7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>org.bouncycastle</groupId>
5555
<artifactId>bcprov-ext-jdk15on</artifactId>
56-
<version>1.61</version>
56+
<version>1.64</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.bouncycastle</groupId>
6060
<artifactId>bcpkix-jdk15on</artifactId>
61-
<version>1.61</version>
61+
<version>1.64</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.microsoft.azure</groupId>

0 commit comments

Comments
 (0)