Skip to content

Commit

Permalink
chore(deps): update COSE-lib dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Andersson <[email protected]>
  • Loading branch information
Razumain authored and janderssonse committed Feb 13, 2025
1 parent d1d5209 commit 687e61a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: EUPL-1.2

<groupId>se.digg.wallet</groupId>
<artifactId>eudiw-wallet-token-lib</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.6-SNAPSHOT</version>
<name>EUDI Wallet -- Token Library</name>
<description>Library for handling data types in the EUDI Wallet PoC project.</description>
<url>https://github.com/diggsweden/eudiw-wallet-token-lib</url>
Expand Down Expand Up @@ -51,7 +51,7 @@ SPDX-License-Identifier: EUPL-1.2
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>2.0.16</slf4j.version>
<credentials-support.version>2.0.2</credentials-support.version>
<credentials-support.version>2.0.3</credentials-support.version>
<jackson.version>2.18.2</jackson.version>
<junit.version>5.11.4</junit.version>
<mockito.version>5.15.2</mockito.version>
Expand Down Expand Up @@ -101,7 +101,7 @@ SPDX-License-Identifier: EUPL-1.2
<dependency>
<groupId>se.digg.cose</groupId>
<artifactId>cose-lib</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -113,7 +113,7 @@ SPDX-License-Identifier: EUPL-1.2
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.48</version>
<version>10.0.1</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 687e61a

Please sign in to comment.