mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 14:22:05 +01:00
PGPainless 1.5.4
This commit is contained in:
parent
2ab1d7a42d
commit
2b0df01591
4 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
## 1.5.4-SNAPSHOT
|
## 1.5.4
|
||||||
- Bump `bcpg-jdk15to18` to `1.74`
|
- Bump `bcpg-jdk15to18` to `1.74`
|
||||||
- Bump `bcprov-jdk15to18` to `1.74`
|
- Bump `bcprov-jdk15to18` to `1.74`
|
||||||
- Remove unused methods from `SignatureUtils`
|
- Remove unused methods from `SignatureUtils`
|
||||||
|
|
|
@ -191,7 +191,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.pgpainless:pgpainless-core:1.5.3'
|
implementation 'org.pgpainless:pgpainless-core:1.5.4'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ To start using pgpainless-sop in your code, include the following lines in your
|
||||||
...
|
...
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
implementation "org.pgpainless:pgpainless-sop:1.5.3"
|
implementation "org.pgpainless:pgpainless-sop:1.5.4"
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ dependencies {
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.pgpainless</groupId>
|
<groupId>org.pgpainless</groupId>
|
||||||
<artifactId>pgpainless-sop</artifactId>
|
<artifactId>pgpainless-sop</artifactId>
|
||||||
<version>1.5.3</version>
|
<version>1.5.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
...
|
...
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '1.5.4-SNAPSHOT'
|
shortVersion = '1.5.4'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
pgpainlessMinAndroidSdk = 10
|
pgpainlessMinAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncyCastleVersion = '1.74'
|
bouncyCastleVersion = '1.74'
|
||||||
|
|
Loading…
Reference in a new issue