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