Skip to content

Commit

Permalink
Migrate to BouncyCastle jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 16, 2023
1 parent 7af039d commit 7a332a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ allprojects {
useVersion(forcedVersion)
}
}
// https://docs.gradle.org/current/userguide/resolution_rules.html
dependencySubstitution {
substitute(module("org.bouncycastle:bcpkix-jdk15on:1.70"))
.using(module("org.bouncycastle:bcpkix-jdk18on:1.71"))
}
}
}
}
Expand Down

0 comments on commit 7a332a1

Please sign in to comment.