SOP-Java 14.0.1

This commit is contained in:
Paul Schaub 2025-09-26 00:00:25 +02:00
parent 7ac2e7ba0e
commit e103a60fec
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
# SOP for Java
[![status-badge](https://ci.codeberg.org/api/badges/PGPainless/sop-java/status.svg)](https://ci.codeberg.org/PGPainless/sop-java)
[![Spec Revision: 14](https://img.shields.io/badge/Spec%20Revision-10-blue)](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/14/)
[![Spec Revision: 14](https://img.shields.io/badge/Spec%20Revision-14-blue)](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/14/)
[![Coverage Status](https://coveralls.io/repos/github/pgpainless/sop-java/badge.svg?branch=main)](https://coveralls.io/github/pgpainless/sop-java?branch=main)
[![REUSE status](https://api.reuse.software/badge/github.com/pgpainless/sop-java)](https://api.reuse.software/info/github.com/pgpainless/sop-java)
@ -29,6 +29,7 @@ compatible with the SOP-CLI specification.
allowing to delegate the implementation logic to an arbitrary SOP CLI implementation.
* [sop-java-testfixtures](/sop-java-testfixtures) contains a test suite that can be shared by downstream implementations
of `sop-java`.
* [sop-java-json-gson](/sop-java-json-gson) contains an optional module for parsing JSON objects from verification strings using GSON.
## Known Implementations
(Please expand!)

View file

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '14.0.1'
isSnapshot = true
isSnapshot = false
javaSourceCompatibility = 11
gsonVersion = '2.10.1'
jsrVersion = '3.0.2'