Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from mulesoft-catalyst/main
Browse files Browse the repository at this point in the history
Release 0.7.1
  • Loading branch information
cajhughes authored May 9, 2022
2 parents 34a120e + b837cfc commit 8e0b70c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

<groupId>ORG_ID_TOKEN</groupId>
<artifactId>jwt-module</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>mule-extension</packaging>
<name>JWT Module</name>
<description>A Mule4 plugin that simplifies the process of generating a signed JSON Web Token</description>

<properties>
<bcpkix.version>1.70</bcpkix.version>
<bcpkix.version>1.71</bcpkix.version>
<jjwt.version>0.11.5</jjwt.version>
<munit.extensions.maven.plugin.version>1.1.2</munit.extensions.maven.plugin.version>
</properties>
Expand Down Expand Up @@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bcpkix.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8e0b70c

Please sign in to comment.