Skip to content

Commit

Permalink
CDPD-10503 Upgrade nimbus-jose-jwt dependency in Schema Registry to m…
Browse files Browse the repository at this point in the history
…itigate CVEs
  • Loading branch information
Csaba Galyo committed Apr 20, 2020
1 parent 4755e52 commit 1128589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>4.41.1</version>
<version>${nimbus-jose-jwt.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
<spring.version>5.0.16.RELEASE</spring.version>
<postgresql.version>42.2.12</postgresql.version>
<flyway.version>5.1.4</flyway.version>
<nimbus-jose-jwt.version>7.9</nimbus-jose-jwt.version>
<hikari.version>2.2.5</hikari.version>
<h2database.version>1.4.188</h2database.version>
<mockito.version>2.28.2</mockito.version>
Expand Down

0 comments on commit 1128589

Please sign in to comment.