Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.alibaba.fastjson2:fastjson2 from 2.0.40 to 2.0.41 #13170

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.alibaba.fastjson2:fastjson2 from 2.0.40 to 2.0.41.

Release notes

Sourced from com.alibaba.fastjson2:fastjson2'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.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.40 to 2.0.41.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](alibaba/fastjson2@2.0.40...2.0.41)

---
updated-dependencies:
- dependency-name: com.alibaba.fastjson2:fastjson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Oct 9, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-commenter
Copy link

codecov-commenter commented Oct 9, 2023

Codecov Report

Merging #13170 (da010c4) into 3.2 (e9e08ee) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                3.2   #13170   +/-   ##
=========================================
  Coverage     69.40%   69.41%           
  Complexity        2        2           
=========================================
  Files          1648     1648           
  Lines         68688    68688           
  Branches      10014    10014           
=========================================
+ Hits          47673    47679    +6     
  Misses        16431    16431           
+ Partials       4584     4578    -6     

see 30 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AlbumenJ AlbumenJ merged commit 2d9f36a into 3.2 Oct 10, 2023
26 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba.fastjson2-fastjson2-2.0.41 branch October 10, 2023 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants