Skip to content

Commit 3f653c6

Browse files
authored
Merge pull request #632 from AzureAD/sjain/update-org-json-version
updated org-json version to resolve Dependabot alert
2 parents a965fbb + 7fc84fc commit 3f653c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.json</groupId>
3535
<artifactId>json</artifactId>
36-
<version>20180130</version>
36+
<version>20230227</version>
3737
</dependency>
3838

3939
<dependency>

msal4j-sdk/src/samples/msal-obo-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.json</groupId>
3535
<artifactId>json</artifactId>
36-
<version>20180130</version>
36+
<version>20230227</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.projectlombok</groupId>

msal4j-sdk/src/samples/msal-web-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.json</groupId>
3535
<artifactId>json</artifactId>
36-
<version>20180130</version>
36+
<version>20230227</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)