Skip to content

Commit edcb1eb

Browse files
[dependabot]: Bump org.json:json from 20241224 to 20250107 in /packages/in_app_purchase/in_app_purchase/example/android/app (#8410)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20241224 to 20250107. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/douglascrockford/JSON-java/releases">org.json:json's releases</a>.</em></p> <blockquote> <h2>20250107</h2> <table> <thead> <tr> <th>Pull Request</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/930">#930</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/930">pre-release-20250107: updates for next release</a></td> </tr> <tr> <td><a href="https://redirect.github.com/douglascrockford/JSON-java/issues/929">#929</a></td> <td><a href="https://redirect.github.com/stleary/JSON-java/pull/929">restore moditect in pom.xml</a></td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md">org.json:json's changelog</a>.</em></p> <blockquote> <h1>Release history:</h1> <p>JSON-java releases can be found by searching the Maven repository for groupId &quot;org.json&quot; and artifactId &quot;json&quot;. For example: <a href="https://search.maven.org/search?q=g:org.json%20AND%20a:json&amp;core=gav">https://search.maven.org/search?q=g:org.json%20AND%20a:json&amp;core=gav</a></p> <pre><code>20250107....Restore moditect in pom.xml <p>20241224....Strict mode opt-in feature, and recent commits. This release does not contain module-info.class. It is not recommended if you need this feature.</p> <p>20240303 Revert optLong/getLong changes, and recent commits.</p> <p>20240205 Recent commits.</p> <p>20231013 First release with minimum Java version 1.8. Recent commits, including fixes for CVE-2023-5072.</p> <p>20230618 Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.</p> <p>20230227 Fix for CVE-2022-45688 and recent commits</p> <p>20220924 New License - public domain, and some minor updates</p> <p>20220320 Wrap StackOverflow with JSONException</p> <p>20211205 Recent commits and some bug fixes for similar()</p> <p>20210307 Recent commits and potentially breaking fix to JSONPointer</p> <p>20201115 Recent commits and first release after project structure change</p> <p>20200518 Recent commits and snapshot before project structure change</p> <p>20190722 Recent commits</p> <p>20180813 POM change to include Automatic-Module-Name (<a href="https://redirect.github.com/douglascrockford/JSON-java/issues/431">#431</a>) JSONObject(Map) now throws an exception if any of a map keys are null (<a href="https://redirect.github.com/douglascrockford/JSON-java/issues/405">#405</a>)</p> <p>20180130 Recent commits</p> <p>20171018 Checkpoint for recent commits.</p> <p>20170516 Roll up recent commits.</p> <p>20160810 Revert code that was breaking opt*() methods.</p> <p>20160807 This release contains a bug in the JSONObject.opt*() and JSONArray.opt*() methods, it is not recommended for use. Java 1.6 compatability fixed, JSONArray.toList() and JSONObject.toMap(), &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/douglascrockford/JSON-java/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.json:json&package-manager=gradle&previous-version=20241224&new-version=20250107)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent d58b6ed commit edcb1eb

File tree

1 file changed

+1
-1
lines changed
  • packages/in_app_purchase/in_app_purchase/example/android/app

1 file changed

+1
-1
lines changed

packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
implementation 'com.android.billingclient:billing:3.0.2'
109109
testImplementation 'junit:junit:4.13.2'
110110
testImplementation 'org.mockito:mockito-core:5.0.0'
111-
testImplementation 'org.json:json:20241224'
111+
testImplementation 'org.json:json:20250107'
112112
androidTestImplementation 'androidx.test:runner:1.1.1'
113113
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
114114
}

0 commit comments

Comments
 (0)