Update jose4j to 0.7.7 (#2355)

Updates jose4j from 0.7.0 to 0.7.7.

For release notes, see:

https://bitbucket.org/b_c/jose4j/wiki/Release%20Notes

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2021-05-11 20:52:12 +02:00 committed by GitHub
parent 0e9cecc29b
commit 83918b7424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -314,7 +314,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.7.0</version>
<version>0.7.7</version>
<scope>compile</scope>
</dependency>

View File

@ -896,7 +896,7 @@
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.7.0</version>
<version>0.7.7</version>
<scope>compile</scope>
</dependency>

View File

@ -176,9 +176,9 @@
</feature>
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
<capability>openhab.tp;feature=jose4j;version=0.7.0</capability>
<capability>openhab.tp;feature=jose4j;version=0.7.7</capability>
<bundle start-level="10">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3</bundle>
<bundle>mvn:org.bitbucket.b_c/jose4j/0.7.0</bundle>
<bundle>mvn:org.bitbucket.b_c/jose4j/0.7.7</bundle>
</feature>
<feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">