mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-09 11:19:41 +02:00
Compare commits
No commits in common. "e4128a002acb695803443897452439488d4dbfbe" and "ac5097482aea909f36a1325cdcdef2ab5b498d0f" have entirely different histories.
e4128a002a
...
ac5097482a
2 changed files with 6 additions and 7 deletions
|
@ -5,9 +5,8 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# Cert-D-Java Changelog
|
||||
|
||||
## 0.2.2
|
||||
- Bump Bouncy Castle to `1.75`
|
||||
- Bump `sqlite-jdbc` to `3.42.0.0`
|
||||
## 0.2.2-SNAPSHOT
|
||||
- Bump Bouncy Castle to `1.72`
|
||||
|
||||
## 0.2.1
|
||||
- Throw `NoSuchElementException` when querying non-existent certificates
|
||||
|
|
|
@ -4,16 +4,16 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.2.3'
|
||||
shortVersion = '0.2.2'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 26
|
||||
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncycastleVersion = '1.75'
|
||||
bouncyPgVersion = "$bouncycastleVersion"
|
||||
bouncycastleVersion = '1.72'
|
||||
bouncyPgVersion = '1.72.3'
|
||||
slf4jVersion = '1.7.36'
|
||||
logbackVersion = '1.2.11'
|
||||
junitVersion = '5.8.2'
|
||||
sqliteJdbcVersion = '3.42.0.0'
|
||||
sqliteJdbcVersion = '3.36.0.3'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue