diff --git a/CHANGELOG.md b/CHANGELOG.md index 067d0fcc0..cf2dd70ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). ## 4.2.3 +### Fixed + +- Fixed a simple-json library is absent in the distribution in [#951](https://github.com/magento/magento2-phpstorm-plugin/pull/951) + ## 4.2.2 ### Added diff --git a/build.gradle b/build.gradle index a759398ca..e454bdc40 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ idea { dependencies { testImplementation 'junit:junit:4.13' - implementation 'org.json:json:20211205' + implementation 'com.googlecode.json-simple:json-simple:1.1.1' } test {