Switch bcutil from jdk15to18 over to the jdk18on variant

This commit is contained in:
Paul Schaub 2025-09-29 17:07:03 +02:00
parent 69cb2efce8
commit 68f461709f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
# Changelog # Changelog
## 0.1.5-SNAPSHOT
- Switch `bcutil` from `jdk15to18` over to the `jdk18on` variant
## 0.1.4 ## 0.1.4
- Bump `bc-util` to `1.82` - Bump `bc-util` to `1.82`
- Bump `logback` to `1.5.13` - Bump `logback` to `1.5.13`

View file

@ -18,7 +18,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Arrays.areEqual, Base64... // Arrays.areEqual, Base64...
implementation "org.bouncycastle:bcutil-jdk15to18:$bouncycastleVersion" implementation "org.bouncycastle:bcutil-jdk18on:$bouncycastleVersion"
// @Nonnull, @Nullable... // @Nonnull, @Nullable...
implementation "com.google.code.findbugs:jsr305:$jsrVersion" implementation "com.google.code.findbugs:jsr305:$jsrVersion"