mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-05 03:41:07 +01:00
PGPainless 2.0.0
This commit is contained in:
parent
ab758b24c1
commit
6303c0d264
3 changed files with 6 additions and 8 deletions
|
|
@ -14,12 +14,10 @@ currently being supported with security updates.
|
|||
|
||||
| Version | Supported | Note |
|
||||
|---------|--------------------|------------|
|
||||
| 2.0.X | :white_check_mark: | LTS branch |
|
||||
| 1.7.X | :white_check_mark: | |
|
||||
| 1.6.X | :white_check_mark: | LTS branch |
|
||||
| 1.5.X | :white_check_mark: | |
|
||||
| 1.4.X | :white_check_mark: | |
|
||||
| 1.3.X | :white_check_mark: | LTS branch |
|
||||
| < 1.3.X | :x: | |
|
||||
| < 1.5.X | :x: | |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# PGPainless-SOP
|
||||
|
||||
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/)
|
||||
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop)
|
||||
[](https://javadoc.io/doc/org.pgpainless/pgpainless-sop)
|
||||
|
||||
|
|
@ -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.7.6"
|
||||
implementation "org.pgpainless:pgpainless-sop:2.0.0"
|
||||
...
|
||||
}
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>org.pgpainless</groupId>
|
||||
<artifactId>pgpainless-sop</artifactId>
|
||||
<version>1.7.6</version>
|
||||
<version>2.0.0</version>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '2.0.0'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
javaSourceCompatibility = 11
|
||||
bouncyCastleVersion = '1.82'
|
||||
bouncyPgVersion = bouncyCastleVersion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue