Skip to content

Commit

Permalink
GEODE-7851: use the latest version of nimbus-jose-jwt.jar (apache#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmeiliao authored Mar 30, 2020
1 parent e10cf65 commit 4984ed9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boms/geode-all-bom/src/test/resources/expected-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,12 @@
<version>2.9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>8.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class DependencyConstraints implements Plugin<Project> {
api(group: 'com.arakelian', name: 'java-jq', version: '0.10.1')
api(group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-joda', version: '2.9.8')
api(group: 'joda-time', name: 'joda-time', version: '2.9.8')
api(group: 'com.nimbusds', name:'nimbus-jose-jwt', version:'8.11')
}
}

Expand Down

0 comments on commit 4984ed9

Please sign in to comment.