Skip to content

Commit

Permalink
pinning version in nimbus-jose-jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-goyal committed Feb 2, 2023
1 parent 5d94784 commit 5e1bf40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<jettison.version>1.5.1</jettison.version>
<woodstox.version>5.4.0</woodstox.version>
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
<com.nimbusds.nimbus-jose-jwt.version>9.29</com.nimbusds.nimbus-jose-jwt.version>
</properties>

<repositories>
Expand Down Expand Up @@ -188,6 +189,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>${com.nimbusds.nimbus-jose-jwt.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
Expand Down

0 comments on commit 5e1bf40

Please sign in to comment.