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

   Bumps `web3j-version` from 5.0.0 to 5.0.3.
   Updates `org.web3j:core` from 5.0.0 to 5.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/LFDT-web3j/web3j/releases";>org.web3j:core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.3</h2>
   <h2>Features</h2>
   <ul>
   <li><strong>ens</strong>: route resolve() through the Universal Resolver 
(ENSv2 readiness) (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2283";>#2283</a>) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>#2283</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/59184577f3ef3e674cad63a264c2b15c0bbf25b0";>dhai</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>remove raw type usage of EthLog.LogResult and add generics for type 
safety <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>#2254</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/f464616b51debb5115c2832be3ac12af07726f1d";>Dev10-sys</a>)</li>
   <li>support safe shutdown and reuse of Async executor (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2255";>#2255</a>) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/8315323e815e455d8504c5c3863bb81828e91011";>Dev10-sys</a>)</li>
   <li>refine Async executor lifecycle and handle RejectedExecutionException <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/b8cd76a09e67736236f0caa5443ed6b0992b24a1";>Dev10-sys</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>update CHANGELOG.md for <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2254";>#2254</a> <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>#2254</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/b3e51fb6abc184a1297b4025f5657e839d9123bc";>Dev10-sys</a>)</li>
   </ul>
   <h2>Code Refactoring</h2>
   <ul>
   <li>update Jackson imports to use tools.jackson package <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/26a5dbaf73350c4456c744240048874af7a4d91e";>Julius
 Lauterbach</a>)</li>
   <li>simplify ObjectMapper initialization in WebSocketService <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/0e9a04bdf710f66a81cb8a5bfeec2544571ddd57";>Julius
 Lauterbach</a>)</li>
   </ul>
   <h2>Builds</h2>
   <ul>
   <li>update GitHub Actions dependencies <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2251";>#2251</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/50007e75298a62071ad4e36869b279a0ef9bd2a7";>Olexandr88</a>)</li>
   </ul>
   <h2>Commits</h2>
   <ul>
   <li>31bd512: bump 5.0.3 (gtebrean) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2250";>#2250</a></li>
   <li>77c580a: Update Async.java (George Tebrean) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a></li>
   <li>1167fd6: Updates for RequestTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>238ee93: updates for WebSocketServiceTest &amp; ResponseTest (Julius 
Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f12e216: updates for WebSocketServiceTest &amp; ResponseTest (Julius 
Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>5b58052: fixes for ResponseTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f9d2348: fixes for RequestTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>022a155: Merge branch 'main' into jackson-update (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>0832ded: switched from treeToValue to convertValue (Julius Lauterbach) 
<a href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f86cfed: release 5.0.3 (gtebrean)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump 5.0.3 snapshot by <a 
href="https://github.com/gtebrean";><code>@​gtebrean</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2250";>LFDT-web3j/web3j#2250</a></li>
   <li>Fix raw use of parameterized class EthLog.LogResult by <a 
href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>LFDT-web3j/web3j#2254</a></li>
   <li>build: update GitHub Actions dependencies by <a 
href="https://github.com/Olexandr88";><code>@​Olexandr88</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2251";>LFDT-web3j/web3j#2251</a></li>
   <li>Fix ClassLoader leak caused by static ExecutorService in Async by <a 
href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>LFDT-web3j/web3j#2255</a></li>
   <li>feat(ens): route resolve() through the Universal Resolver (ENSv2 
readiness) by <a 
href="https://github.com/Dhaiwat10";><code>@​Dhaiwat10</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>LFDT-web3j/web3j#2283</a></li>
   <li>Jackson update by <a 
href="https://github.com/Julius278";><code>@​Julius278</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>LFDT-web3j/web3j#2285</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>LFDT-web3j/web3j#2254</a></li>
   <li><a href="https://github.com/Dhaiwat10";><code>@​Dhaiwat10</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>LFDT-web3j/web3j#2283</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/LFDT-web3j/web3j/compare/v5.0.2...v5.0.3";>https://github.com/LFDT-web3j/web3j/compare/v5.0.2...v5.0.3</a></p>
   <h2>v5.0.2</h2>
   <h2>Commits</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump 5.0.2 by <a 
href="https://github.com/gtebrean";><code>@​gtebrean</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2231";>LFDT-web3j/web3j#2231</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/LFDT-web3j/web3j/blob/main/CHANGELOG.md";>org.web3j:core's
 changelog</a>.</em></p>
   <blockquote>
   <h1><a href="">5.0.3</a> (Upcoming)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix Async executor lifecycle to support safe shutdown and reuse (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2244";>#2244</a>)</li>
   <li>Fix Async executor lifecycle to safely recreate executor after shutdown 
and prevent RejectedExecutionException (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2255";>#2255</a>)</li>
   <li>Replace raw usage of EthLog.LogResult with parameterized type to improve 
type safety (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2252";>#2252</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li></li>
   </ul>
   <h1><a 
href="https://github.com/LFDT-web3j/web3j/releases/tag/v5.0.2";>5.0.2</a> 
(2026-01-21)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix failing integration tests <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2248";>#2248</a></li>
   <li>Fix 4844 transaction serialized with access list <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2205";>#2205</a></li>
   <li>fix NPE when encoding transaction with null data <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2237";>#2237</a></li>
   <li>fix encoding for non-ASCII chars. <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1741";>#1741</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add EIP-7702 authorization list support to Transaction <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2246";>#2246</a></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>bump to snapshot version 5.0.2 <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2231";>#2231</a></li>
   <li>Update to gradle 9 <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2249";>#2249</a></li>
   </ul>
   <h1><a 
href="https://github.com/LFDT-web3j/web3j/releases/tag/v5.0.1";>5.0.1</a> 
(2025-09-23)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix multidimensional array encoding <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1912";>#1912</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>bump snapshot version to 4.14.1 <a 
href="https://redirect.github.com/hyperledger-web3j/web3j/pull/2176";>#2176</a></li>
   <li>add encoding/decoding for EIP-7702 transactions <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2178";>#2178</a></li>
   <li>add <a 
href="https://github.com/javax";><code>@​javax</code></a>.annotation.Generated 
to generated java classes <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2081";>#2081</a></li>
   <li>add support for Account Abstraction EIP-4337 transactions <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2187";>#2187</a></li>
   <li>fix missing weiValue in transaction when estimating gas for payable 
function <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1268";>#1268</a></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/LFDT-web3j/web3j/commits/v5.0.3";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.web3j:geth` from 5.0.0 to 5.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/LFDT-web3j/web3j/releases";>org.web3j:geth's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.3</h2>
   <h2>Features</h2>
   <ul>
   <li><strong>ens</strong>: route resolve() through the Universal Resolver 
(ENSv2 readiness) (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2283";>#2283</a>) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>#2283</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/59184577f3ef3e674cad63a264c2b15c0bbf25b0";>dhai</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>remove raw type usage of EthLog.LogResult and add generics for type 
safety <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>#2254</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/f464616b51debb5115c2832be3ac12af07726f1d";>Dev10-sys</a>)</li>
   <li>support safe shutdown and reuse of Async executor (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2255";>#2255</a>) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/8315323e815e455d8504c5c3863bb81828e91011";>Dev10-sys</a>)</li>
   <li>refine Async executor lifecycle and handle RejectedExecutionException <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/b8cd76a09e67736236f0caa5443ed6b0992b24a1";>Dev10-sys</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>update CHANGELOG.md for <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2254";>#2254</a> <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>#2254</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/b3e51fb6abc184a1297b4025f5657e839d9123bc";>Dev10-sys</a>)</li>
   </ul>
   <h2>Code Refactoring</h2>
   <ul>
   <li>update Jackson imports to use tools.jackson package <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/26a5dbaf73350c4456c744240048874af7a4d91e";>Julius
 Lauterbach</a>)</li>
   <li>simplify ObjectMapper initialization in WebSocketService <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/0e9a04bdf710f66a81cb8a5bfeec2544571ddd57";>Julius
 Lauterbach</a>)</li>
   </ul>
   <h2>Builds</h2>
   <ul>
   <li>update GitHub Actions dependencies <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2251";>#2251</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/50007e75298a62071ad4e36869b279a0ef9bd2a7";>Olexandr88</a>)</li>
   </ul>
   <h2>Commits</h2>
   <ul>
   <li>31bd512: bump 5.0.3 (gtebrean) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2250";>#2250</a></li>
   <li>77c580a: Update Async.java (George Tebrean) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a></li>
   <li>1167fd6: Updates for RequestTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>238ee93: updates for WebSocketServiceTest &amp; ResponseTest (Julius 
Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f12e216: updates for WebSocketServiceTest &amp; ResponseTest (Julius 
Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>5b58052: fixes for ResponseTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f9d2348: fixes for RequestTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>022a155: Merge branch 'main' into jackson-update (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>0832ded: switched from treeToValue to convertValue (Julius Lauterbach) 
<a href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f86cfed: release 5.0.3 (gtebrean)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump 5.0.3 snapshot by <a 
href="https://github.com/gtebrean";><code>@​gtebrean</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2250";>LFDT-web3j/web3j#2250</a></li>
   <li>Fix raw use of parameterized class EthLog.LogResult by <a 
href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>LFDT-web3j/web3j#2254</a></li>
   <li>build: update GitHub Actions dependencies by <a 
href="https://github.com/Olexandr88";><code>@​Olexandr88</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2251";>LFDT-web3j/web3j#2251</a></li>
   <li>Fix ClassLoader leak caused by static ExecutorService in Async by <a 
href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>LFDT-web3j/web3j#2255</a></li>
   <li>feat(ens): route resolve() through the Universal Resolver (ENSv2 
readiness) by <a 
href="https://github.com/Dhaiwat10";><code>@​Dhaiwat10</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>LFDT-web3j/web3j#2283</a></li>
   <li>Jackson update by <a 
href="https://github.com/Julius278";><code>@​Julius278</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>LFDT-web3j/web3j#2285</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>LFDT-web3j/web3j#2254</a></li>
   <li><a href="https://github.com/Dhaiwat10";><code>@​Dhaiwat10</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>LFDT-web3j/web3j#2283</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/LFDT-web3j/web3j/compare/v5.0.2...v5.0.3";>https://github.com/LFDT-web3j/web3j/compare/v5.0.2...v5.0.3</a></p>
   <h2>v5.0.2</h2>
   <h2>Commits</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump 5.0.2 by <a 
href="https://github.com/gtebrean";><code>@​gtebrean</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2231";>LFDT-web3j/web3j#2231</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/LFDT-web3j/web3j/blob/main/CHANGELOG.md";>org.web3j:geth's
 changelog</a>.</em></p>
   <blockquote>
   <h1><a href="">5.0.3</a> (Upcoming)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix Async executor lifecycle to support safe shutdown and reuse (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2244";>#2244</a>)</li>
   <li>Fix Async executor lifecycle to safely recreate executor after shutdown 
and prevent RejectedExecutionException (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2255";>#2255</a>)</li>
   <li>Replace raw usage of EthLog.LogResult with parameterized type to improve 
type safety (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2252";>#2252</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li></li>
   </ul>
   <h1><a 
href="https://github.com/LFDT-web3j/web3j/releases/tag/v5.0.2";>5.0.2</a> 
(2026-01-21)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix failing integration tests <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2248";>#2248</a></li>
   <li>Fix 4844 transaction serialized with access list <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2205";>#2205</a></li>
   <li>fix NPE when encoding transaction with null data <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2237";>#2237</a></li>
   <li>fix encoding for non-ASCII chars. <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1741";>#1741</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add EIP-7702 authorization list support to Transaction <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2246";>#2246</a></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>bump to snapshot version 5.0.2 <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2231";>#2231</a></li>
   <li>Update to gradle 9 <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2249";>#2249</a></li>
   </ul>
   <h1><a 
href="https://github.com/LFDT-web3j/web3j/releases/tag/v5.0.1";>5.0.1</a> 
(2025-09-23)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix multidimensional array encoding <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1912";>#1912</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>bump snapshot version to 4.14.1 <a 
href="https://redirect.github.com/hyperledger-web3j/web3j/pull/2176";>#2176</a></li>
   <li>add encoding/decoding for EIP-7702 transactions <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2178";>#2178</a></li>
   <li>add <a 
href="https://github.com/javax";><code>@​javax</code></a>.annotation.Generated 
to generated java classes <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2081";>#2081</a></li>
   <li>add support for Account Abstraction EIP-4337 transactions <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2187";>#2187</a></li>
   <li>fix missing weiValue in transaction when estimating gas for payable 
function <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1268";>#1268</a></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/LFDT-web3j/web3j/commits/v5.0.3";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.web3j:parity` from 5.0.0 to 5.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/LFDT-web3j/web3j/releases";>org.web3j:parity's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.3</h2>
   <h2>Features</h2>
   <ul>
   <li><strong>ens</strong>: route resolve() through the Universal Resolver 
(ENSv2 readiness) (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2283";>#2283</a>) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>#2283</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/59184577f3ef3e674cad63a264c2b15c0bbf25b0";>dhai</a>)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>remove raw type usage of EthLog.LogResult and add generics for type 
safety <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>#2254</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/f464616b51debb5115c2832be3ac12af07726f1d";>Dev10-sys</a>)</li>
   <li>support safe shutdown and reuse of Async executor (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2255";>#2255</a>) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/8315323e815e455d8504c5c3863bb81828e91011";>Dev10-sys</a>)</li>
   <li>refine Async executor lifecycle and handle RejectedExecutionException <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/b8cd76a09e67736236f0caa5443ed6b0992b24a1";>Dev10-sys</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>update CHANGELOG.md for <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2254";>#2254</a> <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>#2254</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/b3e51fb6abc184a1297b4025f5657e839d9123bc";>Dev10-sys</a>)</li>
   </ul>
   <h2>Code Refactoring</h2>
   <ul>
   <li>update Jackson imports to use tools.jackson package <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/26a5dbaf73350c4456c744240048874af7a4d91e";>Julius
 Lauterbach</a>)</li>
   <li>simplify ObjectMapper initialization in WebSocketService <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/0e9a04bdf710f66a81cb8a5bfeec2544571ddd57";>Julius
 Lauterbach</a>)</li>
   </ul>
   <h2>Builds</h2>
   <ul>
   <li>update GitHub Actions dependencies <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2251";>#2251</a> (<a 
href="https://github.com/LFDT-web3j/web3j/commit/50007e75298a62071ad4e36869b279a0ef9bd2a7";>Olexandr88</a>)</li>
   </ul>
   <h2>Commits</h2>
   <ul>
   <li>31bd512: bump 5.0.3 (gtebrean) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2250";>#2250</a></li>
   <li>77c580a: Update Async.java (George Tebrean) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>#2255</a></li>
   <li>1167fd6: Updates for RequestTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>238ee93: updates for WebSocketServiceTest &amp; ResponseTest (Julius 
Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f12e216: updates for WebSocketServiceTest &amp; ResponseTest (Julius 
Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>5b58052: fixes for ResponseTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f9d2348: fixes for RequestTest (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>022a155: Merge branch 'main' into jackson-update (Julius Lauterbach) <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>0832ded: switched from treeToValue to convertValue (Julius Lauterbach) 
<a href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>#2285</a></li>
   <li>f86cfed: release 5.0.3 (gtebrean)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump 5.0.3 snapshot by <a 
href="https://github.com/gtebrean";><code>@​gtebrean</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2250";>LFDT-web3j/web3j#2250</a></li>
   <li>Fix raw use of parameterized class EthLog.LogResult by <a 
href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>LFDT-web3j/web3j#2254</a></li>
   <li>build: update GitHub Actions dependencies by <a 
href="https://github.com/Olexandr88";><code>@​Olexandr88</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2251";>LFDT-web3j/web3j#2251</a></li>
   <li>Fix ClassLoader leak caused by static ExecutorService in Async by <a 
href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2255";>LFDT-web3j/web3j#2255</a></li>
   <li>feat(ens): route resolve() through the Universal Resolver (ENSv2 
readiness) by <a 
href="https://github.com/Dhaiwat10";><code>@​Dhaiwat10</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>LFDT-web3j/web3j#2283</a></li>
   <li>Jackson update by <a 
href="https://github.com/Julius278";><code>@​Julius278</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2285";>LFDT-web3j/web3j#2285</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Dev10-sys";><code>@​Dev10-sys</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2254";>LFDT-web3j/web3j#2254</a></li>
   <li><a href="https://github.com/Dhaiwat10";><code>@​Dhaiwat10</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2283";>LFDT-web3j/web3j#2283</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/LFDT-web3j/web3j/compare/v5.0.2...v5.0.3";>https://github.com/LFDT-web3j/web3j/compare/v5.0.2...v5.0.3</a></p>
   <h2>v5.0.2</h2>
   <h2>Commits</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump 5.0.2 by <a 
href="https://github.com/gtebrean";><code>@​gtebrean</code></a> in <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2231";>LFDT-web3j/web3j#2231</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/LFDT-web3j/web3j/blob/main/CHANGELOG.md";>org.web3j:parity's
 changelog</a>.</em></p>
   <blockquote>
   <h1><a href="">5.0.3</a> (Upcoming)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix Async executor lifecycle to support safe shutdown and reuse (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2244";>#2244</a>)</li>
   <li>Fix Async executor lifecycle to safely recreate executor after shutdown 
and prevent RejectedExecutionException (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2255";>#2255</a>)</li>
   <li>Replace raw usage of EthLog.LogResult with parameterized type to improve 
type safety (<a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2252";>#2252</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li></li>
   </ul>
   <h1><a 
href="https://github.com/LFDT-web3j/web3j/releases/tag/v5.0.2";>5.0.2</a> 
(2026-01-21)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix failing integration tests <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2248";>#2248</a></li>
   <li>Fix 4844 transaction serialized with access list <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2205";>#2205</a></li>
   <li>fix NPE when encoding transaction with null data <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2237";>#2237</a></li>
   <li>fix encoding for non-ASCII chars. <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1741";>#1741</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Add EIP-7702 authorization list support to Transaction <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2246";>#2246</a></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>bump to snapshot version 5.0.2 <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2231";>#2231</a></li>
   <li>Update to gradle 9 <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2249";>#2249</a></li>
   </ul>
   <h1><a 
href="https://github.com/LFDT-web3j/web3j/releases/tag/v5.0.1";>5.0.1</a> 
(2025-09-23)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>fix multidimensional array encoding <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1912";>#1912</a></li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>bump snapshot version to 4.14.1 <a 
href="https://redirect.github.com/hyperledger-web3j/web3j/pull/2176";>#2176</a></li>
   <li>add encoding/decoding for EIP-7702 transactions <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2178";>#2178</a></li>
   <li>add <a 
href="https://github.com/javax";><code>@​javax</code></a>.annotation.Generated 
to generated java classes <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/2081";>#2081</a></li>
   <li>add support for Account Abstraction EIP-4337 transactions <a 
href="https://redirect.github.com/LFDT-web3j/web3j/pull/2187";>#2187</a></li>
   <li>fix missing weiValue in transaction when estimating gas for payable 
function <a 
href="https://redirect.github.com/LFDT-web3j/web3j/issues/1268";>#1268</a></li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/LFDT-web3j/web3j/commits/v5.0.3";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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]

Reply via email to