Skip to content

Commit

Permalink
Merge pull request #128 from nelenkov/renovate/org.bouncycastle-bcpro…
Browse files Browse the repository at this point in the history
…v-jdk18on-1.x

fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.78.1
  • Loading branch information
nelenkov committed Sep 11, 2024
2 parents 9cc1b33 + a0f5d47 commit d8e78f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78</version>
<version>1.78.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit d8e78f9

Please sign in to comment.