Skip to content

Commit

Permalink
chore: upgrade jose4j to 0.9.5 (#18858)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Mar 1, 2024
1 parent b53d232 commit 8fc9cd9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flow-webpush/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
<groupId>dev.blanke.webpush.jwt</groupId>
<artifactId>webpush-jwt-jose4j</artifactId>
<version>6.1.1</version>
<exclusions>
<exclusion>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.9.5</version>
</dependency>

<!-- DefaultApplicationConfigurationFactory is declared as an OSGi
Expand Down

0 comments on commit 8fc9cd9

Please sign in to comment.