dependabot[bot] opened a new pull request, #15605: URL: https://github.com/apache/camel/pull/15605
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.52 to 2.0.53. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alibaba/fastjson2/releases">com.alibaba:fastjson's releases</a>.</em></p> <blockquote> <h2>fastjson 2.0.53版本发布</h2> <p>这又是一个月度更新版本,大家按需升级。</p> <h1>Issues</h1> <ol> <li>支持DisableSingleQuote配置 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2908">#2908</a></li> <li>修复配置JSONField#ignore之后导致死循环的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2914">#2914</a></li> <li>反序列化java.util.Date类型支持HH:mm:ss格式输入 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2905">#2905</a></li> <li>修复兼容Jackson Annotation JsonUnwrapped某些场景不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2846">#2846</a></li> <li>修复兼容Jackson Annotation JsonFormat某些场景不起作用的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2836">#2836</a></li> <li>修复JSONB格式反序列化是忽略不存在Double/LocalDate字段报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2823">#2823</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/2907">#2907</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/2902">#2902</a></li> <li>修复反序列化java.util.RandomAccessSubList类型报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2851">#2851</a></li> <li>DefaultObjectWriterProvider和DefaultObjectReaderProvider提供clear方法 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2860">#2860</a></li> <li>修复某些场景反序列化LocalDateTime报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2817">#2817</a></li> <li>修复CSVWriter在writeDecimal计算空间不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2848">#2848</a></li> <li>修复JSONReader.Feature.UseBigDecimalForFloats行为不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2866">#2866</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/2867">#2867</a></li> <li>修复使用 fastjson1 的 JSON.toJSON() 方法,转换后的数据中存在 com.alibaba.fastjson2.JSONArray <a href="https://redirect.github.com/alibaba/fastjson2/issues/2856">#2856</a></li> <li>修复与lombok AllArgsConstructor冲突的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2901">#2901</a></li> <li>支持Clickhouse UnsignedLong类型序列化 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2958">#2958</a></li> <li>修复JSONB DUMP DECIMAL类型某些场景报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2954">#2954</a></li> <li>支持更多场景JSONSchema <a href="https://redirect.github.com/alibaba/fastjson2/issues/2931">#2931</a></li> <li>修复Long/Double字段配置JSONField#serializeFeatures WriteNulls不生效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2952">#2952</a></li> <li>修复某些场景配置JSONType#alphabetic=false不生效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/2959">#2959</a></li> </ol> <h1>2. MAVEN依赖配置</h1> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.53</version> </dependency> </code></pre> <ul> <li>android5针对优化版本</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.53.android5</version> </dependency> </code></pre> <ul> <li>android8针对优化版本 这个版本支持java.time和Optional</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.53.android8</version> </dependency> </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/fastjson2/commit/d10999b5ee0acfa28ba0e31eb8e206a753f8cdc9"><code>d10999b</code></a> 2.0.53 release</li> <li><a href="https://github.com/alibaba/fastjson2/commit/7a87429b380314cd8080e19e15e76c320e7b7e7e"><code>7a87429</code></a> add benchmark</li> <li><a href="https://github.com/alibaba/fastjson2/commit/4686c2c4070678f632eaf6caee97ad68050b80b4"><code>4686c2c</code></a> Fix 2959 (<a href="https://redirect.github.com/alibaba/fastjson2/issues/2960">#2960</a>)</li> <li><a href="https://github.com/alibaba/fastjson2/commit/a627c5fbba3481bbd23b167cf234e801ee9aba9e"><code>a627c5f</code></a> Bump org.redisson:redisson from 3.35.0 to 3.36.0</li> <li><a href="https://github.com/alibaba/fastjson2/commit/f6cdd545c0847b3867afa3e76a89e681d112f72f"><code>f6cdd54</code></a> Bump org.clojure:clojure from 1.11.4 to 1.12.0</li> <li><a href="https://github.com/alibaba/fastjson2/commit/73d56472ece61360b2a525061839b39771bbf84e"><code>73d5647</code></a> Bump org.mongodb:bson from 5.1.1 to 5.1.4</li> <li><a href="https://github.com/alibaba/fastjson2/commit/97bf4e1d4a36c983429396dbaae92d066f5abede"><code>97bf4e1</code></a> Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0</li> <li><a href="https://github.com/alibaba/fastjson2/commit/2f896e51ec32fa27af158cc2ae143f0ff300f459"><code>2f896e5</code></a> Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5</li> <li><a href="https://github.com/alibaba/fastjson2/commit/89f2f2e3399001d015ebf7cab3d0831b51428b1e"><code>89f2f2e</code></a> fix write double field annotation writeNulls not work, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2952">#2952</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/3ed22a91892bf4fb260c8bf2a47f742e5652630f"><code>3ed22a9</code></a> jsonschema support array type, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/2931">#2931</a></li> <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.52...2.0.53">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
