Skip to content

Commit

Permalink
Merge pull request #135 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.79
  • Loading branch information
nelenkov authored Oct 30, 2024
2 parents 70730dd + d397979 commit 3e9a273
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.78.1'
implementation 'org.bouncycastle:bcprov-jdk18on:1.79'
}

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.1</version>
<version>1.79</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 3e9a273

Please sign in to comment.