Skip to content

Commit

Permalink
Merge pull request #914 from eclipse-tractusx/chore/update-jwt-version
Browse files Browse the repository at this point in the history
chore(pom): update nimbus-jose-jwt dependency to fix #913
  • Loading branch information
nicoprow authored May 14, 2024
2 parents 18dcfd6 + 9fc852d commit 0d3d0fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<!-- Override jwt library version used by spring framework due to security issue -->
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.37.2</version>
</dependency>

<!-- Kotlin wrapper for slf4j (Logging)-->
<dependency>
<groupId>io.github.microutils</groupId>
Expand Down

0 comments on commit 0d3d0fe

Please sign in to comment.