dependabot[bot] opened a new pull request #235: URL: https://github.com/apache/axis-axis2-java-core/pull/235
Bumps [moshi-adapters](https://github.com/square/moshi) from 1.12.0 to 1.13.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/square/moshi/blob/master/CHANGELOG.md">moshi-adapters's changelog</a>.</em></p> <blockquote> <h2>Version 1.13.0</h2> <p><em>2021-12-08</em></p> <ul> <li> <p>New: Support for [Kotlin Symbol Processing (KSP)][ksp]. KSP is an alternative to annotation processing code gen. It's builds faster and better supports Kotlin language features.</p> <p>To use KSP in your application you must enable the KSP Gradle plugin and add a KSP dependency on Moshi codegen.</p> <pre><code>plugins { id("com.google.devtools.ksp").version("1.6.0-1.0.1") } <p>dependencies { ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0") } </code></pre></p> <p>If you're switching from annotation processing (kapt) to KSP, you should remove the kapt plugin and the kapt Moshi dependency.</p> </li> <li> <p>New: <code>@Json(ignore = true)</code> is a Moshi-specific way to exclude properties from JSON encoding and decoding.</p> </li> <li> <p>New: Support Java 16 records. (Moshi still requires Java 8 only; we're shipping a [multi-release jar][mrjar] to better support modern JVMs.)</p> </li> <li> <p>New: Option to disable generating R8/ProGuard files. These files prevent code shrinkers from removing files that support JSON processing. If you're not using ProGuard or R8, you can skip this step.</p> <pre><code>ksp { arg("moshi.generateProguardRules", "false") } </code></pre> </li> <li> <p>Upgrade: [Kotlin 1.6.0][kotlin_1_6_0].</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/square/moshi/commit/09a454329751e19adb18e39dee043c9a4eeada61"><code>09a4543</code></a> Prepare for release 1.13.0.</li> <li><a href="https://github.com/square/moshi/commit/bc441ad7f38abbbdb489b7bf2ff5dc164c26450b"><code>bc441ad</code></a> Don't mangle property names that contain a dollar sign (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1446">#1446</a>)</li> <li><a href="https://github.com/square/moshi/commit/fb5dd0816866d3be94dd735f92b72bcf2a3e128a"><code>fb5dd08</code></a> KSP followups from <a href="https://github-redirect.dependabot.com/square/moshi/issues/1393">#1393</a> (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1448">#1448</a>)</li> <li><a href="https://github.com/square/moshi/commit/f57d7200f31012af840562ca7aa1c8c7a93a43d6"><code>f57d720</code></a> Attribute copyright to the actual owner (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1447">#1447</a>)</li> <li><a href="https://github.com/square/moshi/commit/3cbd5c327a0e2c1d150fdaa2c04202dfa82450e8"><code>3cbd5c3</code></a> Fail gracefully when a primitive value is absent. (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1445">#1445</a>)</li> <li><a href="https://github.com/square/moshi/commit/75abba37ef6edc1d43972ab5762374a46c30f00f"><code>75abba3</code></a> Use functions in Util where possible (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1444">#1444</a>)</li> <li><a href="https://github.com/square/moshi/commit/81bf3b183550a283ff3eee62ebdb674cc50f6096"><code>81bf3b1</code></a> Don't wrap exceptions thrown by component adapters (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1443">#1443</a>)</li> <li><a href="https://github.com/square/moshi/commit/cdcf0da4ee260b72d7e1ea2be691a568e03720b3"><code>cdcf0da</code></a> Fix a crash when combining generics and records (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1442">#1442</a>)</li> <li><a href="https://github.com/square/moshi/commit/751e8219e992a9aecd286aac830fef81da790baa"><code>751e821</code></a> Fix code cleanups (<a href="https://github-redirect.dependabot.com/square/moshi/issues/1441">#1441</a>)</li> <li><a href="https://github.com/square/moshi/commit/9f81ac897aa2214235c126f89f8d93519233a47b"><code>9f81ac8</code></a> Revert "Omit adapter field names now that we directly instantiate annotations...</li> <li>Additional commits viewable in <a href="https://github.com/square/moshi/compare/moshi-parent-1.12.0...moshi-parent-1.13.0">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 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: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org