Skip to content

Bump com.alibaba:fastjson from 1.2.78 to 2.0.64 - #276

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.alibaba-fastjson-2.0.64
Closed

Bump com.alibaba:fastjson from 1.2.78 to 2.0.64#276
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.alibaba-fastjson-2.0.64

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps com.alibaba:fastjson from 1.2.78 to 2.0.64.

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.64版本发布

FASTJSON 2.0.64 Release Notes

Release Date: 2 Aug 2026 Tag: 2.0.64

Overview

This is a bug fix release. It fixes several issues in core serialization/deserialization, Java records support, and the fastjson 1.x compatibility layer. All users are recommended to upgrade.

Bug Fixes

  1. Fixed ClassFormatError when serializing classes with array-typed fields #4009 #4014
  2. Fixed strBuf not kept in sync after mid-loop growth, which could produce corrupted output #7671 #7676
  3. Fixed generic invalidation in record class #3156 #4027
  4. Fixed global naming strategy not applied to Java records #7656 #7657
  5. Fixed MethodHandles.Lookup initialization order — initialize before reading IMPL_LOOKUP #7691 #7718
  6. Fixed additionalItems schema validation for Java arrays #7709
  7. (compat) Added serialVersionUID to JSONArray for Java serialization compatibility #7687 #7698
  8. (compat) Fixed JSONPath consecutive writes failing in fastjson 1.x compatibility layer #7697
  9. (compat) Added ParserConfig.propertyNamingStrategy for fastjson 1.x compatibility #7740

Maven Dependency Configuration

Standard Version

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.64</version>
</dependency>

Android 5 Optimized Version

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.64.android5</version>
</dependency>

Android 8 Optimized Version

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.64.android8</version>
</dependency>

... (truncated)

Commits

Dependabot compatibility score

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.


Dependabot commands and options

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 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)

Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 1.2.78 to 2.0.64.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/commits/2.0.64)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-version: 2.0.64
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 14, 2026
@dependabot
dependabot Bot had a problem deploying to configure coverage August 14, 2026 04:02 Failure
@dependabot
dependabot Bot had a problem deploying to configure coverage August 14, 2026 04:02 Failure
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/maven/com.alibaba-fastjson-2.0.64 branch August 14, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant