Skip to content

Commit 281fe12

Browse files
fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.82
1 parent e252b0b commit 281fe12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
26+
implementation 'org.bouncycastle:bcprov-jdk18on:1.82'
2727
}
2828

2929
sourceSets {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.bouncycastle</groupId>
2020
<artifactId>bcprov-jdk18on</artifactId>
21-
<version>1.81</version>
21+
<version>1.82</version>
2222
</dependency>
2323
</dependencies>
2424
<build>

0 commit comments

Comments
 (0)