Skip to content
/ cas Public

Commit d279e7d

Browse files
chore(deps): bump io.lettuce:lettuce-core from 6.8.2.RELEASE to 7.3.0.RELEASE
Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 6.8.2.RELEASE to 7.3.0.RELEASE. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/releases">io.lettuce:lettuce-core's releases</a>.</em></p> <blockquote> <h2>7.3.0.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.3.0 minor release!</p> <p>Lettuce 7.3.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.3.0.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.3.0.RELEASE">https://lettuce.io/core/7.3.0.RELEASE</a></p> <p>⭐ New Features</p> <ul> <li>Add idempotent mechanism to streams by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3637">redis/lettuce#3637</a></li> <li>Add support for INT vector types by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3616">redis/lettuce#3616</a></li> </ul> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures by <a href="https://github.com/yangy0000"><code>@​yangy0000</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3443">redis/lettuce#3443</a></li> <li>Update NIO event loop creation to use Netty 4.2 API <a href="https://redirect.github.com/redis/lettuce/issues/3584">#3584</a> by <a href="https://github.com/jruaux"><code>@​jruaux</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3585">redis/lettuce#3585</a></li> <li>Fix epoll with iouring scenario by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3601">redis/lettuce#3601</a></li> </ul> <p>💡 Other</p> <ul> <li>Bump the maven group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/redis/lettuce/pull/3390">redis/lettuce#3390</a></li> <li>DOC-4423 list command examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3433">redis/lettuce#3433</a></li> <li>DOC-5375 reactive hash examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3336">redis/lettuce#3336</a></li> <li>DOC-5376 added reactive sets examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3337">redis/lettuce#3337</a></li> <li>DOC-5399 set cmd examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3342">redis/lettuce#3342</a></li> <li>Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/redis/lettuce/pull/3626">redis/lettuce#3626</a></li> <li>Add Redis 8.6 to test matrix by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3617">redis/lettuce#3617</a> <a href="https://redirect.github.com/redis/lettuce/pull/3635">redis/lettuce#3635</a></li> <li>Re-enable SentinelAclIntegrationTests <a href="https://redirect.github.com/redis/lettuce/issues/3274">#3274</a> by <a href="https://github.com/yuripbong"><code>@​yuripbong</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3625">redis/lettuce#3625</a></li> </ul> <p>❤️ New Contributors</p> <ul> <li><a href="https://github.com/yangy0000"><code>@​yangy0000</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3443">redis/lettuce#3443</a></li> <li><a href="https://github.com/yuripbong"><code>@​yuripbong</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3625">redis/lettuce#3625</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.2.1.RELEASE...7.3.0.RELEASE">https://github.com/redis/lettuce/compare/7.2.1.RELEASE...7.3.0.RELEASE</a></p> <h2>7.2.1.RELEASE</h2> <p>The Lettuce team is pleased to announce the Lettuce 7.2.1 patch release!</p> <p>Lettuce 7.2.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.2.1.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.2.1.RELEASE/reference/">https://lettuce.io/core/7.2.1.RELEASE/reference/</a> Javadoc: <a href="https://lettuce.io/core/7.2.1.RELEASE/api/">https://lettuce.io/core/7.2.1.RELEASE/api/</a></p> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures (<a href="https://redirect.github.com/redis/lettuce/issues/3443">#3443</a>) by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3581">redis/lettuce#3581</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md">io.lettuce:lettuce-core's changelog</a>.</em></p> <blockquote> <h1>Lettuce 7.3.0 RELEASE NOTES</h1> <p>The Lettuce team is pleased to announce the Lettuce 7.3.0 minor release!</p> <p>Lettuce 7.3.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.</p> <p>Thanks to all contributors who made Lettuce 7.3.0.RELEASE possible.</p> <p>📗 Links Reference documentation: <a href="https://lettuce.io/core/7.3.0.RELEASE">https://lettuce.io/core/7.3.0.RELEASE</a></p> <p>⭐ New Features</p> <ul> <li>Add idempotent mechanism to streams by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3637">redis/lettuce#3637</a></li> <li>Add support for INT vector types by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3616">redis/lettuce#3616</a></li> </ul> <p>🐞 Bug Fixes</p> <ul> <li>Fix command queue corruption on encoding failures by <a href="https://github.com/yangy0000"><code>@​yangy0000</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3443">redis/lettuce#3443</a></li> <li>Update NIO event loop creation to use Netty 4.2 API <a href="https://redirect.github.com/redis/lettuce/issues/3584">#3584</a> by <a href="https://github.com/jruaux"><code>@​jruaux</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3585">redis/lettuce#3585</a></li> <li>Fix epoll with iouring scenario by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3601">redis/lettuce#3601</a></li> </ul> <p>💡 Other</p> <ul> <li>Bump the maven group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/redis/lettuce/pull/3390">redis/lettuce#3390</a></li> <li>DOC-4423 list command examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3433">redis/lettuce#3433</a></li> <li>DOC-5375 reactive hash examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3336">redis/lettuce#3336</a></li> <li>DOC-5376 added reactive sets examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3337">redis/lettuce#3337</a></li> <li>DOC-5399 set cmd examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3342">redis/lettuce#3342</a></li> <li>Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/redis/lettuce/pull/3626">redis/lettuce#3626</a></li> <li>Add Redis 8.6 to test matrix by <a href="https://github.com/a-TODO-rov"><code>@​a-TODO-rov</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3617">redis/lettuce#3617</a> <a href="https://redirect.github.com/redis/lettuce/pull/3635">redis/lettuce#3635</a></li> <li>Re-enable SentinelAclIntegrationTests <a href="https://redirect.github.com/redis/lettuce/issues/3274">#3274</a> by <a href="https://github.com/yuripbong"><code>@​yuripbong</code></a> in <a href="https://redirect.github.com/redis/lettuce/pull/3625">redis/lettuce#3625</a></li> </ul> <p>❤️ New Contributors</p> <ul> <li><a href="https://github.com/yangy0000"><code>@​yangy0000</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3443">redis/lettuce#3443</a></li> <li><a href="https://github.com/yuripbong"><code>@​yuripbong</code></a> made their first contribution in <a href="https://redirect.github.com/redis/lettuce/pull/3625">redis/lettuce#3625</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/lettuce/compare/7.2.1.RELEASE...7.3.0.RELEASE">https://github.com/redis/lettuce/compare/7.2.1.RELEASE...7.3.0.RELEASE</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/lettuce/commit/525b74af2864eb0fedebf390c4b151e4b1a5bf90"><code>525b74a</code></a> Release 7.3.0 (<a href="https://redirect.github.com/redis/lettuce/issues/3649">#3649</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/c0c8959e1a88559a581a0eb6f637e5b530702ac4"><code>c0c8959</code></a> add Benchmark (jmh) benchmark result for ab01c7cae2c543cfe9aede0b4e7db2bf734f...</li> <li><a href="https://github.com/redis/lettuce/commit/ab01c7cae2c543cfe9aede0b4e7db2bf734fc6e9"><code>ab01c7c</code></a> add Benchmark (jmh) benchmark result for d51d0f3f799323992a7f7f1dac08c7d40ea2...</li> <li><a href="https://github.com/redis/lettuce/commit/d51d0f3f799323992a7f7f1dac08c7d40ea2661c"><code>d51d0f3</code></a> add Benchmark (jmh) benchmark result for aa7b4b0be7b75015d8824db462897f787604...</li> <li><a href="https://github.com/redis/lettuce/commit/aa7b4b0be7b75015d8824db462897f787604404c"><code>aa7b4b0</code></a> Add idempotent mechanism to streams (<a href="https://redirect.github.com/redis/lettuce/issues/3637">#3637</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/dda387f636d30a705ad1718a38d248c2d7690ad5"><code>dda387f</code></a> add Benchmark (jmh) benchmark result for d2c80e3c1ad2002cd6515be5d1359948732f...</li> <li><a href="https://github.com/redis/lettuce/commit/d2c80e3c1ad2002cd6515be5d1359948732f495c"><code>d2c80e3</code></a> add Benchmark (jmh) benchmark result for eae54be2f16dd3f19b0001a705d25654d1a3...</li> <li><a href="https://github.com/redis/lettuce/commit/eae54be2f16dd3f19b0001a705d25654d1a387b6"><code>eae54be</code></a> add Benchmark (jmh) benchmark result for f993f1c2b4b69f1869fb7feafc96114fab56...</li> <li><a href="https://github.com/redis/lettuce/commit/f993f1c2b4b69f1869fb7feafc96114fab56d474"><code>f993f1c</code></a> Re-enable SentinelAclIntegrationTests <a href="https://redirect.github.com/redis/lettuce/issues/3274">#3274</a> (<a href="https://redirect.github.com/redis/lettuce/issues/3625">#3625</a>)</li> <li><a href="https://github.com/redis/lettuce/commit/fa5be22a777bf22f6e1feac6cb0d42fdf9f7bb30"><code>fa5be22</code></a> add Benchmark (jmh) benchmark result for d72b9ce5b9539d3a320a5af938fff958494a...</li> <li>Additional commits viewable in <a href="https://github.com/redis/lettuce/compare/6.8.2.RELEASE...7.3.0.RELEASE">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.lettuce:lettuce-core&package-manager=gradle&previous-version=6.8.2.RELEASE&new-version=7.3.0.RELEASE)](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>
1 parent 603c3d4 commit d279e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ postgresql = "42.7.9"
197197
pulsar = "4.1.2"
198198
pushy = "0.15.4"
199199
quartz = "2.5.2"
200-
redisLettuce = "6.8.2.RELEASE"
200+
redisLettuce = "7.3.0.RELEASE"
201201
retrofit = "3.0.0"
202202
saajImpl = "3.0.4"
203203
scimSdkClient = "1.30.0"

0 commit comments

Comments
 (0)