Skip to content

Commit

Permalink
Downgrade nimbus-jose-jwt in azure-security-attestation while upgrade…
Browse files Browse the repository at this point in the history
… issues are resolved (#34305)
  • Loading branch information
alzimmermsft authored and vcolin7 committed Apr 24, 2023
1 parent 7766c89 commit 1f3b606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/attestation/azure-security-attestation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.31</version> <!-- {x-version-update;com.nimbusds:nimbus-jose-jwt;external_dependency} -->
<version>9.22</version> <!-- {x-version-update;attestation_com.nimbusds:nimbus-jose-jwt;external_dependency} -->
</dependency>
<!-- Added this dependency to include necessary annotations used by reactor core.
Without this dependency, java throws a warning about the GuardedBy attribute. -->
Expand Down Expand Up @@ -148,7 +148,7 @@
<rules>
<bannedDependencies>
<includes>
<include>com.nimbusds:nimbus-jose-jwt:[9.31]</include> <!-- {x-include-update;com.nimbusds:nimbus-jose-jwt;external_dependency} -->
<include>com.nimbusds:nimbus-jose-jwt:[9.22]</include> <!-- {x-include-update;attestation_com.nimbusds:nimbus-jose-jwt;external_dependency} -->
<include>io.opentelemetry:opentelemetry-api:[1.23.0]</include> <!-- {x-include-update;io.opentelemetry:opentelemetry-api;external_dependency} -->
<include>io.opentelemetry:opentelemetry-sdk:[1.23.0]</include> <!-- {x-include-update;io.opentelemetry:opentelemetry-sdk;external_dependency} -->
<include>io.opentelemetry:opentelemetry-exporter-logging:[1.23.0]</include> <!-- {x-include-update;io.opentelemetry:opentelemetry-exporter-logging;external_dependency} -->
Expand Down

0 comments on commit 1f3b606

Please sign in to comment.