Skip to content

Commit 25efcd7

Browse files
mykaulroydahan
authored andcommitted
Deps: update org.bouncycastle components from 1.76 to 1.78.1
Fixes: #286 Signed-off-by: Yaniv Kaul <[email protected]>
1 parent 3eed07c commit 25efcd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: driver-core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,19 +180,19 @@
180180
<dependency>
181181
<groupId>org.bouncycastle</groupId>
182182
<artifactId>bcprov-jdk18on</artifactId>
183-
<version>1.76</version>
183+
<version>1.78.1</version>
184184
</dependency>
185185
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
186186
<dependency>
187187
<groupId>org.bouncycastle</groupId>
188188
<artifactId>bcpkix-jdk18on</artifactId>
189-
<version>1.76</version>
189+
<version>1.78.1</version>
190190
</dependency>
191191
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15on -->
192192
<dependency>
193193
<groupId>org.bouncycastle</groupId>
194194
<artifactId>bcutil-jdk18on</artifactId>
195-
<version>1.76</version>
195+
<version>1.78.1</version>
196196
</dependency>
197197

198198

0 commit comments

Comments
 (0)