dependabot[bot] opened a new pull request, #12154: URL: https://github.com/apache/camel/pull/12154
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.39 to 2.0.42. <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.42发布</h2> <p>这又是例行的BUG修复小版本,大家按需升级。</p> <h1>Issues</h1> <ol> <li>修复JSONB协议反序列化读取java.time类型的NULL值报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1855">#1855</a></li> <li>反序列化增加JSONReader.Feature.ErrorOnUnknownProperties,支持当输入非预期字段时报错 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1944">#1944</a></li> <li>修复使用兼容包的JSONPath.set不兼容的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1922">#1922</a></li> <li>修复反序列化超过256位小数时报错的问题,缺省支持2048位小数 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1919">#1919</a></li> <li>修复序列化时List类型字段配置JSONField.serializeUsing无效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1948">#1948</a></li> <li>修复序列化时List类型字段配置JSONField.serializeFeatures WriteClassName无效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1947">#1947</a></li> <li>修复序列化时WriteNullNumberAsZero和WriteLongAsString组合不生效的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1893">#1893</a></li> <li>修复JSONPath在连续数组访问时空值报错的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1965">#1965</a></li> <li>修复不支持多行注释的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1954">#1954</a></li> <li>修复输入对象类型输入空数组"[]"报错的问题(兼容)<a href="https://redirect.github.com/alibaba/fastjson2/issues/1971">#1971</a></li> <li>修复处理JacksonAnnotation的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1985">#1985</a></li> <li>修复LocalDate类型反序列化输入'Z'后缀格式UTC时区结果不对的问题 <a href="https://redirect.github.com/alibaba/fastjson2/issues/1993">#1993</a></li> </ol> <h1>MAVEN依赖配置</h1> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.42</version> </dependency> </code></pre> <ul> <li>android4兼容版本</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.42.android4</version> </dependency> </code></pre> <ul> <li>1.x 兼容版本</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>2.0.42</version> </dependency> </code></pre> <ul> <li>Spring 5 extension配置</li> </ul> <pre lang="xml"><code><dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2-extension-spring5</artifactId> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/fastjson2/commit/dd929b3b8b2787dc9184edba4817b0e020d186d5"><code>dd929b3</code></a> 2.0.42 release</li> <li><a href="https://github.com/alibaba/fastjson2/commit/2fd5d439f021dd844e9f139fe9ce41c319bc1336"><code>2fd5d43</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1984">#1984</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/fa0f55d075eab93d56b374fe5ba9c789294f59e5"><code>fa0f55d</code></a> add error info</li> <li><a href="https://github.com/alibaba/fastjson2/commit/3d2e622f507505046cd5dfbda7e4726f8e8137a4"><code>3d2e622</code></a> fix process JacksonAnnation, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1985">#1985</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/7fc7768e6414ea850348f50607cda28e0ce2937b"><code>7fc7768</code></a> remove unused code</li> <li><a href="https://github.com/alibaba/fastjson2/commit/08dc9d71b31aae2f4ffb2033312a44bbe849f231"><code>08dc9d7</code></a> fix parseLocalDate, for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1620">#1620</a> <a href="https://redirect.github.com/alibaba/fastjson2/issues/1993">#1993</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/deb84b0ec432e6a7956dcc02481e94f8c3e2feb0"><code>deb84b0</code></a> add testcase for issue <a href="https://redirect.github.com/alibaba/fastjson2/issues/1974">#1974</a></li> <li><a href="https://github.com/alibaba/fastjson2/commit/7c1afcae7480aca9484a5630e8d9104ff9f0e47a"><code>7c1afca</code></a> Bump org.furyio:fury-core from 0.2.0 to 0.2.1</li> <li><a href="https://github.com/alibaba/fastjson2/commit/ea16f37f5d0c6575c92b45d7d613e5149351fc25"><code>ea16f37</code></a> Bump arrow.version from 13.0.0 to 14.0.0</li> <li><a href="https://github.com/alibaba/fastjson2/commit/a3d6fcaa4613f7a89c678f9cd673b3c20906edd6"><code>a3d6fca</code></a> Bump org.apache.flink:flink-json from 1.17.1 to 1.18.0</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/fastjson2/compare/2.0.39...2.0.42">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]
