Skip to content

Commit

Permalink
Merge pull request #38 from sailpoint-oss/dependabot/gradle/fastfed-j…
Browse files Browse the repository at this point in the history
…ava-sdk/com.nimbusds-nimbus-jose-jwt-9.9.2

Bump nimbus-jose-jwt from 9.9.1 to 9.9.2 in /fastfed-java-sdk
  • Loading branch information
matt-domsch-sp authored May 6, 2021
2 parents c5d8cc2 + 9369d50 commit 7bcd88d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastfed-java-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ configurations {
}

dependencies {
compile group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.9.1'
compile group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.9.2'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.3'
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'

Expand Down
4 changes: 3 additions & 1 deletion fastfed-java-sdk/gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
<trusted-key id="6214760097dc5cfad0175ac2c9fbaa83a8753994" group="^com[.]fasterxml($|([.].*))" regex="true"/>
<trusted-key id="694621a7227d8d5289699830abe9f3126bb741c1" group="com.google.guava"/>
<trusted-key id="7616eb882daf57a11477aaf559a252fb1199d873" group="com.google.code.findbugs" name="jsr305" version="3.0.2"/>
<trusted-key id="82f0964816ad7319cb0cccf93efd9d223d715e9a" group="com.nimbusds" name="nimbus-jose-jwt" version="9.9.1"/>
<trusted-key id="82f0964816ad7319cb0cccf93efd9d223d715e9a">
<trusting group="com.nimbusds" name="nimbus-jose-jwt" version="9.9.2"/>
</trusted-key>
<trusted-key id="8a10792983023d5d14c93b488d7f1bec1e2ecae7" group="^com[.]fasterxml($|([.].*))" regex="true"/>
<trusted-key id="b1dcb69dfbad15dfc6214c44717134bda955e8f3" group="com.googlecode.json-simple" name="json-simple" version="1.1.1"/>
<trusted-key id="b41089a2da79b0fa5810252872385ff0af338d52" group="joda-time" name="joda-time" version="2.10.3"/>
Expand Down

0 comments on commit 7bcd88d

Please sign in to comment.