commit | 07e0f4ba74220de74a631b87b9d1f8bda2d87899 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Jan 11 00:12:04 2025 +0000 |
committer | GitHub <noreply@github.com> | Sat Jan 11 00:12:04 2025 +0000 |
tree | bd71d74b1162904a814045ab4571791828185ccb | |
parent | f174de605e878c430d586812beb09a1da89353a1 [diff] |
[dependabot]: Bump org.json:json from 20241224 to 20250107 in /packages/in_app_purchase/in_app_purchase_android/example/android/app (#8411) â ï¸ **Dependabot is rebasing this PR** â ï¸ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- 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 "org.json" and artifactId "json". For example: <a href="https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav">https://search.maven.org/search?q=g:org.json%20AND%20a:json&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(), </tr></table> </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>
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: