Skip to content

Commit e4abba9

Browse files
chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.81
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.78.1 to 1.81. - [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:bcprov-jdk18on dependency-version: '1.81' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3b738c commit e4abba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mod/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ dependencies {
193193
relocated(implementation("gg.skytils.hypixel.types:types") { excludeKotlin() })
194194
relocated(implementation("gg.skytils.skytilsws.shared:ws-shared") { excludeKotlin() })
195195

196-
include(implementation("org.bouncycastle:bcpg-jdk18on:1.78.1") {
196+
include(implementation("org.bouncycastle:bcpg-jdk18on:1.81") {
197197
exclude(module = "bcprov-jdk18on")
198198
})
199-
compileOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
199+
compileOnly("org.bouncycastle:bcprov-jdk18on:1.81")
200200

201201
if (platform.isFabric && !isLegacyFabric) {
202202
modImplementation("org.incendo:cloud-fabric:2.0.0-beta.10")

0 commit comments

Comments
 (0)