dependabot[bot] opened a new pull request, #19835:
URL: https://github.com/apache/druid/pull/19835

   Bumps 
[org.openrewrite.recipe:rewrite-jackson](https://github.com/openrewrite/rewrite-jackson)
 from 0.6.0 to 1.27.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/openrewrite/rewrite-jackson/releases";>org.openrewrite.recipe:rewrite-jackson's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.27.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fold setters that reference intermediate variables into builder by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/152";>openrewrite/rewrite-jackson#152</a></li>
   <li>Handle IOException on Jackson serializer/deserializer overrides in 
UpgradeJackson_2_3 by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/151";>openrewrite/rewrite-jackson#151</a></li>
   <li>Rewrite trailing setters and field setters as mapper.rebuild() chains by 
<a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/153";>openrewrite/rewrite-jackson#153</a></li>
   <li>Rewrite ObjectCodec.treeToValue to 
DeserializationContext.readTreeAsValue in deserializers by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/154";>openrewrite/rewrite-jackson#154</a></li>
   <li>Fold rebuild reassignments into initializers and reclaim final locals by 
<a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/156";>openrewrite/rewrite-jackson#156</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-jackson/compare/v1.26.0...v1.27.0";>https://github.com/openrewrite/rewrite-jackson/compare/v1.26.0...v1.27.0</a></p>
   <h2>1.26.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Rename JsonNode <code>textValue()</code> to <code>stringValue()</code> 
instead of <code>asString()</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/145";>openrewrite/rewrite-jackson#145</a></li>
   <li>Fix RemoveRedundantFeatureFlags deleting parenthesized builder chains by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/148";>openrewrite/rewrite-jackson#148</a></li>
   <li>Fix <code>@JsonSerialize(include = …)</code> migration across Jackson 2 
→ 3 by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/149";>openrewrite/rewrite-jackson#149</a></li>
   <li>Migrate <code>ObjectMapper.readValue(URL, …)</code> to use 
<code>URL.openStream()</code> by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/150";>openrewrite/rewrite-jackson#150</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-jackson/compare/v1.25.0...v1.26.0";>https://github.com/openrewrite/rewrite-jackson/compare/v1.25.0...v1.26.0</a></p>
   <h2>1.25.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Run UpgradeJackson_2_3_TypeChanges just before 
UpgradeJackson_2_3_PackageChanges by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/142";>openrewrite/rewrite-jackson#142</a></li>
   <li>Rename <code>JsonMappingException.Reference.getFieldName()</code> to 
<code>getPropertyName()</code> by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/143";>openrewrite/rewrite-jackson#143</a></li>
   <li>Fix JsonFactory rename and migrate JsonFactory setters to builder by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/141";>openrewrite/rewrite-jackson#141</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-jackson/compare/v1.24.0...v1.25.0";>https://github.com/openrewrite/rewrite-jackson/compare/v1.24.0...v1.25.0</a></p>
   <h2>1.24.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Regenerate recipes.csv by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/139";>openrewrite/rewrite-jackson#139</a></li>
   <li>Handle jackson-core and jackson-databind resolving to different versions 
by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/140";>openrewrite/rewrite-jackson#140</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-jackson/compare/v1.23.0...v1.24.0";>https://github.com/openrewrite/rewrite-jackson/compare/v1.23.0...v1.24.0</a></p>
   <h2>1.23.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Rename JsonParser getCurrentToken/getCurrentName for Jackson 3 by <a 
href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/135";>openrewrite/rewrite-jackson#135</a></li>
   <li>Route Maven through Moderne Artifactory cache to avoid HTTP 429 by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/137";>openrewrite/rewrite-jackson#137</a></li>
   <li>Cap jackson-annotations at 2.21 and bump Lombok for Jackson 3 support by 
<a href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/136";>openrewrite/rewrite-jackson#136</a></li>
   <li>Revert inline Maven mirror (now in gh-automation#95) by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-jackson/pull/138";>openrewrite/rewrite-jackson#138</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-jackson/compare/v1.22.2...v1.23.0";>https://github.com/openrewrite/rewrite-jackson/compare/v1.22.2...v1.23.0</a></p>
   <h2>v1.22.2</h2>
   <h2>What's Changed</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/openrewrite/rewrite-jackson/commits/v1.27.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite.recipe:rewrite-jackson&package-manager=maven&previous-version=0.6.0&new-version=1.27.0)](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 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to