Skip to content

Commit 07482ca

Browse files
committed
deps: Use BouncyCastle's "Java 1.8 onward" artifact
Java 1.5 support is not needed.
1 parent 0bc4369 commit 07482ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", versio
2323
versions = { id = "com.github.ben-manes.versions", version.ref = "versionsPlugin" }
2424

2525
[libraries]
26-
bouncyCastle = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "bouncyCastle" }
26+
bouncyCastle = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncyCastle" }
2727
clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clikt" }
2828
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detektPlugin" }
2929
itextpdf = { module = "com.itextpdf:itextpdf", version.ref = "itextpdf" }

0 commit comments

Comments
 (0)