Skip to content

Commit 5672b86

Browse files
authored
Fix json-smart version range in azure-identity (Azure#15793)
* Fix json-smart version range in azure-identity * maven enforcer allowlist
1 parent 9a09165 commit 5672b86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sdk/identity/azure-identity/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
<artifactId>azure-core-http-netty</artifactId>
3535
<version>1.6.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
3636
</dependency>
37-
37+
<dependency>
38+
<groupId>net.minidev</groupId>
39+
<artifactId>json-smart</artifactId>
40+
<version>2.3</version> <!-- {x-version-update;net.minidev:json-smart;external_dependency} -->
41+
</dependency>
3842
<dependency>
3943
<groupId>com.microsoft.azure</groupId>
4044
<artifactId>msal4j</artifactId>
@@ -116,6 +120,7 @@
116120
<include>com.nimbusds:oauth2-oidc-sdk:[7.1.1]</include> <!-- {x-include-update;com.nimbusds:oauth2-oidc-sdk;external_dependency} -->
117121
<include>net.java.dev.jna:jna-platform:[5.4.0]</include> <!-- {x-include-update;net.java.dev.jna:jna-platform;external_dependency} -->
118122
<include>org.linguafranca.pwdb:KeePassJava2:[2.1.4]</include> <!-- {x-include-update;org.linguafranca.pwdb:KeePassJava2;external_dependency} -->
123+
<include>net.minidev:json-smart:[2.3]</include> <!-- {x-include-update;net.minidev:json-smart;external_dependency} -->
119124
</includes>
120125
</bannedDependencies>
121126
</rules>

0 commit comments

Comments
 (0)