Skip to content

Commit 5069d6a

Browse files
Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78.1 to 1.79. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9f117c commit 5069d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allprojects {
5656
// https://docs.gradle.org/current/userguide/resolution_rules.html
5757
dependencySubstitution {
5858
substitute(module("org.bouncycastle:bcpkix-jdk15on"))
59-
.using(module("org.bouncycastle:bcpkix-jdk18on:1.78.1"))
59+
.using(module("org.bouncycastle:bcpkix-jdk18on:1.79"))
6060
}
6161
}
6262
}

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118

119119
implementation("org.apache.commons:commons-compress:1.27.1")
120120

121-
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
121+
implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
122122

123123
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
124124

0 commit comments

Comments
 (0)