Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2023

Bumps com.alibaba:fastjson from 2.0.24 to 2.0.41.

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.41发布

这又是例行的BUG修复小版本,大家按需升级。

Issues

  1. 修复序列化对象时JSONWriter.Feature.BrowserCompatible对属性List类型无效 #1742
  2. 修复某些场景下序列化BigDecimal(scale大于3并且尾部全零)结果不对的问题 #1831
  3. 修复JSONB序列化带空值的List结果不对的问题 #1826
  4. 修复JSONB某些场景反序列化List读取Int类型结果不对的问题 #1819
  5. 修复JSONSchema校验maximum时错误信息不对的问题 #1854
  6. 修复某些场景序列化WriteNullNumberAsZero不生效的问题 #1866
  7. 修复android api level 34下不支持record的问题 #1888
  8. 修复JSONPath.remove Map使用setNull而不是remove的问题 #1889
  9. 修复反序列化无缺省构造函数类某些场景报错的问题 #1882
  10. 修复反序列化List某些场景结果重复的问题 #1873
  11. 修复JSONSchema某些场景无法处理递归引用的问题 #1766
  12. 修复字段类型JSONObject时不支持输入String类型的问题 #1790
  13. 修复空List反序列化后向其中添加元素时报java.lang.UnsupportedOperationException异常 #1835
  14. 修复JDK 17下读取CSV文件的问题 #1849
  15. 修复开启 JDK9 Module功能,当使用FastJsonConfig进行配置时提示报名冲突 #1856
  16. 修复反序列化ZonedDateTime输入null报错的问题 #1861
  17. 修复parseObject("null")报错的问题 #1867
  18. 修复parse("+")不报错的问题 #1860

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.41</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.41.android4</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.41</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 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)

Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.24 to 2.0.41.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.24...2.0.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant