mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Bump org.bitbucket.b_c:jose4j from 0.9.3 to 0.9.5 (#4121)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a94dd51cd3
commit
3f27104e76
@ -404,7 +404,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bitbucket.b_c</groupId>
|
<groupId>org.bitbucket.b_c</groupId>
|
||||||
<artifactId>jose4j</artifactId>
|
<artifactId>jose4j</artifactId>
|
||||||
<version>0.9.3</version>
|
<version>0.9.5</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -957,7 +957,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bitbucket.b_c</groupId>
|
<groupId>org.bitbucket.b_c</groupId>
|
||||||
<artifactId>jose4j</artifactId>
|
<artifactId>jose4j</artifactId>
|
||||||
<version>0.9.3</version>
|
<version>0.9.5</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -188,9 +188,9 @@
|
|||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
|
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
|
||||||
<capability>openhab.tp;feature=jose4j;version=0.9.3</capability>
|
<capability>openhab.tp;feature=jose4j;version=0.9.5</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 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.9.3</bundle>
|
<bundle>mvn:org.bitbucket.b_c/jose4j/0.9.5</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">
|
<feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">
|
||||||
|
Loading…
Reference in New Issue
Block a user