Skip to content

Commit 7e04c38

Browse files
Merge pull request #951 from magento/change-json-library
Added simple-json library to the project distribution
2 parents cb651c5 + 2e991a3 commit 7e04c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ idea {
107107

108108
dependencies {
109109
testImplementation 'junit:junit:4.13'
110-
implementation 'org.json:json:20211205'
110+
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
111111
}
112112

113113
test {

0 commit comments

Comments
 (0)