Skip to content

Commit

Permalink
Bump org.bouncycastle:bcpkix-jdk18on from 1.78 to 1.78.1
Browse files Browse the repository at this point in the history
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78 to 1.78.1.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 19, 2024
1 parent 9d7c323 commit d847117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation project.deps.kubernetesClientApi
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
runtimeOnly group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78'
runtimeOnly group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78.1'
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.11'
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32'

Expand Down

0 comments on commit d847117

Please sign in to comment.