xihan123 / QDReadHook

起点阅读自定义增强 Xp 模块,愿大家都有一个愉快的看书体验
GNU General Public License v3.0
783 stars 48 forks source link

fix(deps): update dependency com.alibaba.fastjson2:fastjson2-kotlin to v2.0.45 - autoclosed #188

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.alibaba.fastjson2:fastjson2-kotlin 2.0.44 -> 2.0.45 age adoption passing confidence

Release Notes

alibaba/fastjson2 (com.alibaba.fastjson2:fastjson2-kotlin) ### [`v2.0.45`](https://togithub.com/alibaba/fastjson2/releases/tag/2.0.45): fastjson 2.0.45发布 [Compare Source](https://togithub.com/alibaba/fastjson2/compare/2.0.44...2.0.45) 这又是一个BUG FIX版本,大家按需升级 ### Issues 1. 修复JSONPath对JSONB格式支持不完整的问题 [#​2138](https://togithub.com/alibaba/fastjson2/issues/2138) 2. 修复fastjson2-extension module-info配置不对的问题 [#​1923](https://togithub.com/alibaba/fastjson2/issues/1923) 3. 修复数字大约38位时导致负数结果为整数的问题 [#​2128](https://togithub.com/alibaba/fastjson2/issues/2128) 4. 修复引用解析结果不对的问题 [#​2140](https://togithub.com/alibaba/fastjson2/issues/2140) 5. 修复JSONPath.set在某些场景会空指针的问题 [#​2145](https://togithub.com/alibaba/fastjson2/issues/2145) 6. 修复JSONPath在某些场景结果会重复的问题 [#​2143](https://togithub.com/alibaba/fastjson2/issues/2143) 7. 修复解析错误格式数据不报错问题 [#​2155](https://togithub.com/alibaba/fastjson2/issues/2155) 8. 修复在继承子类序列化在某些场景报类型转换错误的问题 [#​2153](https://togithub.com/alibaba/fastjson2/issues/2153) [#​1942](https://togithub.com/alibaba/fastjson2/issues/1942) 9. 修复某些场景反序列化解析引用报错的问题 [#​2148](https://togithub.com/alibaba/fastjson2/issues/2148) 10. 修复某些场景序列化引用计算不对导致序列化层数过多报错的问题 [#​2144](https://togithub.com/alibaba/fastjson2/issues/2144) 11. 修复none-public enum配置JSONField(value=true)不起作用的问题 [#​2154](https://togithub.com/alibaba/fastjson2/issues/2154) 12. 修复autoType在Filter返回类型为null是报空指针错误的问题 [#​2127](https://togithub.com/alibaba/fastjson2/issues/2127) ### MAVEN依赖配置 ```xml com.alibaba.fastjson2 fastjson2 2.0.45 ``` - android4兼容版本 ```xml com.alibaba.fastjson2 fastjson2 2.0.45.android4 ``` - 1.x 兼容版本 ```xml com.alibaba fastjson 2.0.45 ``` - Spring 5 extension配置 ```xml com.alibaba.fastjson2 fastjson2-extension-spring5 2.0.45 ``` - Spring 6 extension配置 ```xml com.alibaba.fastjson2 fastjson2-extension-spring6 2.0.45 ``` ### 相关链接 - FASTJSON 1.x用户升级指南 https://github.com/alibaba/fastjson2/wiki/fastjson\_1\_upgrade_cn - 相关issues https://github.com/alibaba/fastjson2/milestone/45 - 代码tag https://github.com/alibaba/fastjson2/tree/2.0.45 - Maven下载 https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.45/ - Android4兼容版本 https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.45.android4/ - 1.x兼容版本 https://repo1.maven.org/maven2/com/alibaba/fastjson/2.0.45/ - 性能测试报告 https://github.com/alibaba/fastjson2/blob/main/docs/benchmark/benchmark\_2.0.45.md

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.