Skip to content

Commit 141fdd1

Browse files
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.81 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ede502 commit 141fdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencyResolutionManagement {
2727
library("otp", "dev.samstevens.totp", "totp").version("1.7.1")
2828
library("camunda", "org.camunda.bpm", "camunda-engine").version("7.23.0")
2929
library("bouncy", "org.bouncycastle", "bcprov-jdk18on").version("1.80")
30-
library("bcpkix", "org.bouncycastle", "bcpkix-jdk18on").version("1.80")
30+
library("bcpkix", "org.bouncycastle", "bcpkix-jdk18on").version("1.81")
3131
library("bcrypt", "at.favre.lib", "bcrypt").version("0.10.2")
3232
library("csv", "com.opencsv", "opencsv").version("5.11.1")
3333

0 commit comments

Comments
 (0)