dependabot[bot] opened a new pull request, #430: URL: https://github.com/apache/dubbo-spi-extensions/pull/430
Bumps `dubbo.version` from 3.2.13 to 3.2.14. Updates `org.apache.dubbo:dubbo-core-spi` from 3.2.13 to 3.2.14 Updates `org.apache.dubbo:dubbo-bom` from 3.2.13 to 3.2.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/dubbo/releases">org.apache.dubbo:dubbo-bom's releases</a>.</em></p> <blockquote> <h2>dubbo-3.2.14</h2> <h2>What's Changed</h2> <h3>Feature</h3> <ul> <li>Support disable Curator EnsembleTracker in ServiceDiscovery by <a href="https://github.com/aofall"><code>@aofall</code></a> in <a href="https://redirect.github.com/apache/dubbo/pull/14285">apache/dubbo#14285</a> and <a href="https://redirect.github.com/apache/dubbo/pull/14281">apache/dubbo#14281</a></li> </ul> <h3>Bugfix</h3> <ul> <li>Fix when url has param with question mark,parse param wrong by <a href="https://github.com/yuanxingke"><code>@yuanxingke</code></a> in <a href="https://redirect.github.com/apache/dubbo/pull/14235">apache/dubbo#14235</a></li> <li>Fix disable accesslog while the config of dubbo.protocol.accesslog is false by <a href="https://github.com/aofall"><code>@aofall</code></a> in <a href="https://redirect.github.com/apache/dubbo/pull/14257">apache/dubbo#14257</a></li> <li>Fix triple reactor call throws "Too many response for unary method" exception by <a href="https://github.com/caoyanan666"><code>@caoyanan666</code></a> in <a href="https://redirect.github.com/apache/dubbo/pull/14261">apache/dubbo#14261</a></li> <li>Fix uber jar compile failure with spring boot 3 by <a href="https://github.com/liaozan"><code>@liaozan</code></a> in <a href="https://redirect.github.com/apache/dubbo/pull/14247">apache/dubbo#14247</a></li> <li>Fix DubboRelaxedBinding2AutoConfiguration and DubboAutoConfiguration created to early by <a href="https://github.com/xixingya"><code>@xixingya</code></a> in <a href="https://redirect.github.com/apache/dubbo/pull/14255">apache/dubbo#14255</a></li> </ul> <h3>Dependency Upgrade</h3> <ul> <li>Update bytebuddy.version: 1.14.15 -> 1.14.17 <a href="https://redirect.github.com/apache/dubbo/issues/14273">#14273</a></li> <li>Update com.alibaba.fastjson2:fastjson2: 2.0.49 -> 2.0.51 <a href="https://redirect.github.com/apache/dubbo/issues/14272">#14272</a></li> <li>Update io.opentelemetry:opentelemetry-bom: 1.38.0 -> 1.39.0 <a href="https://redirect.github.com/apache/dubbo/issues/14304">#14304</a></li> <li>Update jakarta.validation:jakarta.validation-api: 3.0.2 -> 3.1.0 <a href="https://redirect.github.com/apache/dubbo/issues/14239">#14239</a></li> <li>Update net.bytebuddy:byte-buddy: 1.14.15 -> 1.14.17 <a href="https://redirect.github.com/apache/dubbo/issues/14238">#14238</a>, <a href="https://redirect.github.com/apache/dubbo/issues/14275">#14275</a></li> <li>Update netty4_version: 4.1.109.Final -> 4.1.110.Final <a href="https://redirect.github.com/apache/dubbo/issues/14241">#14241</a></li> <li>Update org.apache.commons:commons-compress: 1.26.1 -> 1.26.2 <a href="https://redirect.github.com/apache/dubbo/issues/14243">#14243</a></li> <li>Update opentelemetry: 1.34.1 -> 1.38.0 <a href="https://redirect.github.com/apache/dubbo/issues/14252">#14252</a></li> <li>Update zipkin-reporter: 2.17.2 -> 3.4.0 <a href="https://redirect.github.com/apache/dubbo/issues/14252">#14252</a></li> <li>Update spring_version: 5.3.35 -> 5.3.36 <a href="https://redirect.github.com/apache/dubbo/issues/14242">#14242</a></li> <li>Update micrometer-tracing: 1.2.5 -> 1.3.0 <a href="https://redirect.github.com/apache/dubbo/issues/14284">#14284</a></li> </ul> <h2>Contributors</h2> <p>Dubbo would like to thank the following contributors for their contributions to this release: <a href="https://github.com/aofall"><code>@aofall</code></a>, <a href="https://github.com/caoyanan666"><code>@caoyanan666</code></a>, <a href="https://github.com/liaozan"><code>@liaozan</code></a>, <a href="https://github.com/songxiaosheng"><code>@songxiaosheng</code></a>, <a href="https://github.com/wcy666103"><code>@wcy666103</code></a>, <a href="https://github.com/xixingya"><code>@xixingya</code></a>, <a href="https://github.com/yuanxingke"><code>@yuanxingke</code></a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuanxingke"><code>@yuanxingke</code></a> made their first contribution in <a href="https://redirect.github.com/apache/dubbo/pull/14235">apache/dubbo#14235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/dubbo/compare/dubbo-3.2.13...dubbo-3.2.14">https://github.com/apache/dubbo/compare/dubbo-3.2.13...dubbo-3.2.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/dubbo/commit/5ad25875b9938a0f77340933be26e8ea7f45f33d"><code>5ad2587</code></a> Prepare 3.2.14 release</li> <li><a href="https://github.com/apache/dubbo/commit/b9825cdbd0fdb20694bf69ba670728b953cfacf2"><code>b9825cd</code></a> Update serialize blocked list</li> <li><a href="https://github.com/apache/dubbo/commit/79fa89bac797ac42baa474435966a787bdc0978a"><code>79fa89b</code></a> Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.17 (<a href="https://redirect.github.com/apache/dubbo/issues/14275">#14275</a>)</li> <li><a href="https://github.com/apache/dubbo/commit/3e53e320533a90acb4fddfe04d46536f847165f4"><code>3e53e32</code></a> Bump io.opentelemetry:opentelemetry-bom from 1.38.0 to 1.39.0 (<a href="https://redirect.github.com/apache/dubbo/issues/14304">#14304</a>)</li> <li><a href="https://github.com/apache/dubbo/commit/d7ac348f64b58c66b688bbe270de6f3441d2e5e8"><code>d7ac348</code></a> Bump org.apache.maven.plugins:maven-checkstyle-plugin (<a href="https://redirect.github.com/apache/dubbo/issues/14305">#14305</a>)</li> <li><a href="https://github.com/apache/dubbo/commit/14fd38f1b7d248fdf7e691ef1d805dfbb87ef9db"><code>14fd38f</code></a> Bump org.apache.maven.shared:maven-common-artifact-filters (<a href="https://redirect.github.com/apache/dubbo/issues/14306">#14306</a>)</li> <li><a href="https://github.com/apache/dubbo/commit/d3eef04759df8a6df6758a21778b1c9d4c635387"><code>d3eef04</code></a> fix DubboRelaxedBinding2AutoConfiguration and DubboAutoConfiguration created ...</li> <li><a href="https://github.com/apache/dubbo/commit/a534350541c94709b6f529c2b3a0f1cd6d44c3dc"><code>a534350</code></a> fix: Support disable Curator EnsembleTracker in ServiceDiscovery (<a href="https://redirect.github.com/apache/dubbo/issues/14285">#14285</a>)</li> <li><a href="https://github.com/apache/dubbo/commit/48ad387ace4e260abf0909464e94f8bfe309849f"><code>48ad387</code></a> :arrow_up: upgrade micrometer tracing to 1.3.0 (<a href="https://redirect.github.com/apache/dubbo/issues/14284">#14284</a>)</li> <li><a href="https://github.com/apache/dubbo/commit/523a4189b8a7233c926eab1218daf627a3e870b8"><code>523a418</code></a> Move dubbo versions file from META-INF/versions to META-INF/dubbo-version (<a href="https://redirect.github.com/apache/dubbo/issues/1">#1</a>...</li> <li>Additional commits viewable in <a href="https://github.com/apache/dubbo/compare/dubbo-3.2.13...dubbo-3.2.14">compare view</a></li> </ul> </details> <br /> Updates `org.apache.dubbo:dubbo-dependencies-zookeeper` from 3.2.13 to 3.2.14 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
