Skip to content

Commit

Permalink
Merge pull request #632 from AzureAD/sjain/update-org-json-version
Browse files Browse the repository at this point in the history
updated org-json version to resolve Dependabot alert
  • Loading branch information
siddhijain committed Apr 16, 2023
2 parents a965fbb + 7fc84fc commit 3f653c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20230227</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion msal4j-sdk/src/samples/msal-obo-sample/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion msal4j-sdk/src/samples/msal-web-sample/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 3f653c6

Please sign in to comment.