Skip to content
Snippets Groups Projects
Unverified Commit 83b19129 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

New upstream version 1.3.16

parent efdf37b4
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,12 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.3.16
- Bump `sop-java` to `4.1.0`
- Bump `gradlew` to `7.5`
## 1.3.15
- Fix crash in `sop generate-key --with-key-password` when more then one user-id is given
- Fix crash in `sop generate-key --with-key-password` when more than one user-id is given
- `sop generate-key`: Allow key generation without user-ids
- `sop inline-sign --as=clearsigned`: Make signatures of type 'text' instead of 'binary'
......
......@@ -191,7 +191,7 @@ repositories {
}
dependencies {
implementation 'org.pgpainless:pgpainless-core:1.3.15'
implementation 'org.pgpainless:pgpainless-core:1.3.16'
}
```
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
......@@ -23,7 +23,7 @@ To start using pgpainless-sop in your code, include the following lines in your
...
dependencies {
...
implementation "org.pgpainless:pgpainless-sop:1.3.15"
implementation "org.pgpainless:pgpainless-sop:1.3.16"
...
}
......@@ -34,7 +34,7 @@ dependencies {
<dependency>
<groupId>org.pgpainless</groupId>
<artifactId>pgpainless-sop</artifactId>
<version>1.3.15</version>
<version>1.3.16</version>
</dependency>
...
</dependencies>
......
......@@ -4,7 +4,7 @@
allprojects {
ext {
shortVersion = '1.3.15'
shortVersion = '1.3.16'
isSnapshot = false
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
......@@ -18,6 +18,6 @@ allprojects {
logbackVersion = '1.2.11'
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '4.0.7'
sopJavaVersion = '4.1.0'
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment