WangJie0822 / Cashbook

记账本
Apache License 2.0
57 stars 9 forks source link

build(deps): bump alibaba-fastjson2 from 2.0.32 to 2.0.45 #22

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps alibaba-fastjson2 from 2.0.32 to 2.0.45. Updates com.alibaba.fastjson2:fastjson2 from 2.0.32 to 2.0.45

Release notes

Sourced from com.alibaba.fastjson2:fastjson2's releases.

fastjson 2.0.45发布

这又是一个BUG FIX版本,大家按需升级

Issues

  1. 修复JSONPath对JSONB格式支持不完整的问题 #2138
  2. 修复fastjson2-extension module-info配置不对的问题 #1923
  3. 修复数字大约38位时导致负数结果为整数的问题 #2128
  4. 修复引用解析结果不对的问题 #2140
  5. 修复JSONPath.set在某些场景会空指针的问题 #2145
  6. 修复JSONPath在某些场景结果会重复的问题 #2143
  7. 修复解析错误格式数据不报错问题 #2155
  8. 修复在继承子类序列化在某些场景报类型转换错误的问题 #2153 #1942
  9. 修复某些场景反序列化解析引用报错的问题 #2148
  10. 修复某些场景序列化引用计算不对导致序列化层数过多报错的问题 #2144
  11. 修复none-public enum配置JSONField(value=true)不起作用的问题 #2154
  12. 修复autoType在Filter返回类型为null是报空指针错误的问题 #2127

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.45</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.45.android4</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.45</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.45</version>
</tr></table> 

... (truncated)

Commits


Updates com.alibaba.fastjson2:fastjson2-kotlin from 2.0.32 to 2.0.45

Release notes

Sourced from com.alibaba.fastjson2:fastjson2-kotlin's releases.

fastjson 2.0.45发布

这又是一个BUG FIX版本,大家按需升级

Issues

  1. 修复JSONPath对JSONB格式支持不完整的问题 #2138
  2. 修复fastjson2-extension module-info配置不对的问题 #1923
  3. 修复数字大约38位时导致负数结果为整数的问题 #2128
  4. 修复引用解析结果不对的问题 #2140
  5. 修复JSONPath.set在某些场景会空指针的问题 #2145
  6. 修复JSONPath在某些场景结果会重复的问题 #2143
  7. 修复解析错误格式数据不报错问题 #2155
  8. 修复在继承子类序列化在某些场景报类型转换错误的问题 #2153 #1942
  9. 修复某些场景反序列化解析引用报错的问题 #2148
  10. 修复某些场景序列化引用计算不对导致序列化层数过多报错的问题 #2144
  11. 修复none-public enum配置JSONField(value=true)不起作用的问题 #2154
  12. 修复autoType在Filter返回类型为null是报空指针错误的问题 #2127

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.45</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.45.android4</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.45</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.45</version>
</tr></table> 

... (truncated)

Commits


Updates com.alibaba.fastjson2:fastjson2-extension from 2.0.32 to 2.0.45

Release notes

Sourced from com.alibaba.fastjson2:fastjson2-extension's releases.

fastjson 2.0.45发布

这又是一个BUG FIX版本,大家按需升级

Issues

  1. 修复JSONPath对JSONB格式支持不完整的问题 #2138
  2. 修复fastjson2-extension module-info配置不对的问题 #1923
  3. 修复数字大约38位时导致负数结果为整数的问题 #2128
  4. 修复引用解析结果不对的问题 #2140
  5. 修复JSONPath.set在某些场景会空指针的问题 #2145
  6. 修复JSONPath在某些场景结果会重复的问题 #2143
  7. 修复解析错误格式数据不报错问题 #2155
  8. 修复在继承子类序列化在某些场景报类型转换错误的问题 #2153 #1942
  9. 修复某些场景反序列化解析引用报错的问题 #2148
  10. 修复某些场景序列化引用计算不对导致序列化层数过多报错的问题 #2144
  11. 修复none-public enum配置JSONField(value=true)不起作用的问题 #2154
  12. 修复autoType在Filter返回类型为null是报空指针错误的问题 #2127

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.45</version>
</dependency>
  • android4兼容版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.45.android4</version>
</dependency>
  • 1.x 兼容版本
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>fastjson</artifactId>
    <version>2.0.45</version>
</dependency>
  • Spring 5 extension配置
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension-spring5</artifactId>
    <version>2.0.45</version>
</tr></table> 

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

The following labels could not be found: version update.