dependabot[bot] opened a new pull request, #714: URL: https://github.com/apache/maven-resolver/pull/714
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.45.1 to 3.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redisson/redisson/releases">org.redisson:redisson's releases</a>.</em></p> <blockquote> <h2>redisson-3.46.0</h2> <p>Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#reliable-queue">Reliable Queue</a> object added. <code>RDelayedQueue</code> and <code>RBoundedBlockingQueue</code> have been deprecated<br /> Feature - <code>fairLockWaitTimeout</code> Redisson setting added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>credentialsReapplyInterval</code> Redisson setting added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - support for JDK Atomic objects in Kryo5Codec (thanks to <a href="https://github.com/bergander"><code>@bergander</code></a>)<br /> Feature - <code>WorkerOptions.tasksInjector</code> setting added (thanks to <a href="https://github.com/zzhlhc"><code>@zzhlhc</code></a>)</p> <p>Breaking change - Spring Cloud Stream Binder queue implementation replaced with <code>RReliableQueue</code> object<br /> Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed</p> <p>Improvement - <code>useScriptCache</code> setting is true by default<br /> Improvement - Add check for <code>keepAliveTime</code> and <code>rateInterval</code> in RRateLimiter (thanks to <a href="https://github.com/shrink"><code>@shrink</code></a>)</p> <p>Fixed - data leak in RReliableTopic (thanks to <a href="https://github.com/Chengzhi1803472613"><code>@Chengzhi1803472613</code></a>)<br /> Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>CommandAsyncService.syncedEval()</code> method doesn't update correctly available secondary nodes<br /> Fixed - <code>expire-after-write</code> and <code>expire-after-access</code> settings aren't applied to async Micronaut Cache<br /> Fixed - <code>RBatch</code> exception object doesn't contain suppressed exceptions<br /> Fixed - <code>RRemoteService</code> fails to operate if codec defined as an anonymous inner class<br /> Fixed - Watchdog fails to renew on reentry locks (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RKeys.unlinkByPattern()</code> and <code>RKeys.deleteByPattern()</code> methods don't handle keys with non-ASCII characters<br /> Fixed - <code>RenewalTask</code> throws <code>IndexOutOfBoundsException</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redisson/redisson/blob/master/CHANGELOG.md">org.redisson:redisson's changelog</a>.</em></p> <blockquote> <h3>29-Apr-2025 - 3.46.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#reliable-queue">Reliable Queue</a> object added. <code>RDelayedQueue</code> and <code>RBoundedBlockingQueue</code> have been deprecated<br /> Feature - <code>fairLockWaitTimeout</code> Redisson setting added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>credentialsReapplyInterval</code> Redisson setting added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - support for JDK Atomic objects in Kryo5Codec (thanks to <a href="https://github.com/bergander"><code>@bergander</code></a>)<br /> Feature - <code>WorkerOptions.tasksInjector</code> setting added (thanks to <a href="https://github.com/zzhlhc"><code>@zzhlhc</code></a>)</p> <p>Breaking change - Spring Cloud Stream Binder queue implementation replaced with <code>RReliableQueue</code> object<br /> Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed</p> <p>Improvement - <code>useScriptCache</code> setting is true by default<br /> Improvement - Add check for <code>keepAliveTime</code> and <code>rateInterval</code> in RRateLimiter (thanks to <a href="https://github.com/shrink"><code>@shrink</code></a>)</p> <p>Fixed - data leak in RReliableTopic (thanks to <a href="https://github.com/Chengzhi1803472613"><code>@Chengzhi1803472613</code></a>)<br /> Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>CommandAsyncService.syncedEval()</code> method doesn't update correctly available secondary nodes<br /> Fixed - <code>expire-after-write</code> and <code>expire-after-access</code> settings aren't applied to async Micronaut Cache<br /> Fixed - <code>RBatch</code> exception object doesn't contain suppressed exceptions<br /> Fixed - <code>RRemoteService</code> fails to operate if codec defined as an anonymous inner class<br /> Fixed - Watchdog fails to renew on reentry locks (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RKeys.unlinkByPattern()</code> and <code>RKeys.deleteByPattern()</code> methods don't handle keys with non-ASCII characters<br /> Fixed - <code>RenewalTask</code> throws <code>IndexOutOfBoundsException</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/7917c01d0afa5a171f0eddabac82ee62fc260a55"><code>7917c01</code></a> [maven-release-plugin] prepare release redisson-3.46.0</li> <li><a href="https://github.com/redisson/redisson/commit/b55a2980fdb3a9fdc9bfb78db6223719c010ffc4"><code>b55a298</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/redisson/redisson/commit/f890c3d3eb78f584d79cdff0e8972783c0a2ac09"><code>f890c3d</code></a> compilation fixed</li> <li><a href="https://github.com/redisson/redisson/commit/468b7dbf0a824ea5b08acd5a5e4981057496d61d"><code>468b7db</code></a> compilation fixed</li> <li><a href="https://github.com/redisson/redisson/commit/3a93529eceff05c887af055738a25d09553a9735"><code>3a93529</code></a> compilation fixed</li> <li><a href="https://github.com/redisson/redisson/commit/0f7129bca94883f1addb8272e0212718fc685372"><code>0f7129b</code></a> checkstyle fixed</li> <li><a href="https://github.com/redisson/redisson/commit/fbce6a97e5f2236617bf3279ff2cc323208fd964"><code>fbce6a9</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/ac30176db91e1a8a40c01b1386afdac63e70f7f4"><code>ac30176</code></a> getReliableQueue method added to RedissonRxClient and RedissonReactiveClient ...</li> <li><a href="https://github.com/redisson/redisson/commit/efe7db2f61dbc8aae1e597d37ea47f586e580ff3"><code>efe7db2</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/4ce78b78df07d3591fbd591a0a6c9300bcbc5e1c"><code>4ce78b7</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6545">#6545</a> from Chengzhi1803472613/master</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.45.1...redisson-3.46.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 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org