mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-12-05 04:51:08 +01:00
Switch bcutil from jdk15to18 over to the jdk18on variant
This commit is contained in:
parent
69cb2efce8
commit
68f461709f
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# Changelog
|
||||
|
||||
## 0.1.5-SNAPSHOT
|
||||
- Switch `bcutil` from `jdk15to18` over to the `jdk18on` variant
|
||||
|
||||
## 0.1.4
|
||||
- Bump `bc-util` to `1.82`
|
||||
- Bump `logback` to `1.5.13`
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ dependencies {
|
|||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
// Arrays.areEqual, Base64...
|
||||
implementation "org.bouncycastle:bcutil-jdk15to18:$bouncycastleVersion"
|
||||
implementation "org.bouncycastle:bcutil-jdk18on:$bouncycastleVersion"
|
||||
|
||||
// @Nonnull, @Nullable...
|
||||
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue