build(deps): bump the dependencies group with 11 updates
Bumps the dependencies group with 11 updates:
| Package | From | To |
|---|---|---|
| org.quartz-scheduler:quartz | 2.5.1 |
2.5.2 |
| org.eclipse.jetty:jetty-server | 12.1.4 |
12.1.5 |
| org.eclipse.jetty.websocket:jetty-websocket-core-server | 12.1.4 |
12.1.5 |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-api | 12.1.4 |
12.1.5 |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-server | 12.1.4 |
12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-server | 12.1.4 |
12.1.5 |
| org.eclipse.jetty:jetty-alpn-java-server | 12.1.4 |
12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-client | 12.1.4 |
12.1.5 |
| io.lettuce:lettuce-core | 7.1.0.RELEASE |
7.2.0.RELEASE |
| software.amazon.awssdk:bom | 2.39.5 |
2.40.3 |
| io.smallrye.reactive:mutiny | 3.0.3 |
3.1.0 |
Updates org.quartz-scheduler:quartz from 2.5.1 to 2.5.2
Release notes
Sourced from org.quartz-scheduler:quartz's releases.
Quartz 2.5.2
This is a bug-fix and dependency upgrade release of the 2.5.x line.
All changes/updates:
Jars can be found on Maven Central:
quartz.jar quartz-jobs.jar
Commits
ed52d39Set quartzVersion to 2.5.24406ab0Merge pull request #1426 from mprins/patch-1a73dab0Merge pull request #1424 from jhouserizer/fix1420ed6fb43Fix interval calculation for hourly triggers8853377fix #1420, issue with nearest weekday expressions9307232Merge pull request #1414 from quartz-scheduler/dependabot/gradle/main/commons...d0500cfbuild(deps): bump commons-io:commons-io from 2.20.0 to 2.21.0a745be8Merge pull request #1423 from jhouserizer/fix1422_use_nvarchar_for_sqlserverb9e92c3Change SQL Server DDL to use NVARCHAR instead of VARCHAR for perf reasons, se...86f1e12Merge pull request #1411 from rydenius/jorgen/case-insensitive-postgresql- Additional commits viewable in compare view
Updates org.eclipse.jetty:jetty-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.http2:jetty-http2-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty:jetty-alpn-java-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.http2:jetty-http2-client from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.1.4 to 12.1.5
Updates io.lettuce:lettuce-core from 7.1.0.RELEASE to 7.2.0.RELEASE
Release notes
Sourced from io.lettuce:lettuce-core's releases.
7.2.0.RELEASE
The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!
Lettuce 7.2.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.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.
Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/7.2.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.0.RELEASE/api/
⭐ New Features
- Add FT.HYBRID command by
@a-TODO-rovin redis/lettuce#3540- Expose method to add upstream driver libraries to CLIENT SETINFO payload by
@viktoriya-kutsarovain redis/lettuce#3542🐞 Bug Fixes
- SearchArgs.returnField with alias produces malformed redis command #3528 by
@tishunin redis/lettuce#3530- fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by
@NeatGuyCodingin redis/lettuce#3464💡 Other
- Bumping Netty to 4.2.5.Final (main) by
@tishunin redis/lettuce#3536❤️ New Contributors
@NeatGuyCodingmade their first contribution in redis/lettuce#3464@viktoriya-kutsarovamade their first contribution in redis/lettuce#3542Full Changelog: https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE
Changelog
Sourced from io.lettuce:lettuce-core's changelog.
Lettuce 7.2.0 RELEASE NOTES
The Lettuce team is pleased to announce the Lettuce 7.2.0 minor release!
Lettuce 7.2.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.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.
Thanks to all contributors who made Lettuce 7.2.0.RELEASE possible.
📗 Links Reference documentation: https://lettuce.io/core/7.2.0.RELEASE/reference/ Javadoc: https://lettuce.io/core/7.2.0.RELEASE/api/
⭐ New Features
- Add ftHybrid by
@a-TODO-rovin redis/lettuce#3540- Expose method to add upstream driver libraries to CLIENT SETINFO payload by
@viktoriya-kutsarovain redis/lettuce#3542🐞 Bug Fixes
- SearchArgs.returnField with alias produces malformed redis command #3528 by
@tishunin redis/lettuce#3530- fix consistency with get(int) that returns wrapped DelegateJsonObject/DelegateJsonArray for nested structures by
@NeatGuyCodingin redis/lettuce#3464💡 Other
- Bumping Netty to 4.2.5.Final (main) by
@tishunin redis/lettuce#3536❤️ New Contributors
@NeatGuyCodingmade their first contribution in redis/lettuce#3464@viktoriya-kutsarovamade their first contribution in redis/lettuce#3542Full Changelog: https://github.com/redis/lettuce/compare/7.1.0.RELEASE...7.2.0.RELEASE
Commits
fdcfb74Release 7.2.0 (#3559)51afb16add Benchmark (jmh) benchmark result for be132f9ceeacd03a0d982c847e4221748b4a...be132f9Expose method to add upstream driver libraries to CLIENT SETINFO payload (#3542)3ec6c46Add ftHybrid (#3540)2041e1badd Benchmark (jmh) benchmark result for 9230a1726dd2699115f7ff82a2d63aab7074...9230a17add Benchmark (jmh) benchmark result for d7e6a0a832c742321735fa92ad22d32d5471...d7e6a0aadd Benchmark (jmh) benchmark result for a1bb28d8ed7f076fa4132af5dbebf0dc3cb9...a1bb28dadd Benchmark (jmh) benchmark result for 2f226a60d90398c42b3efd2a46027ea0bc14...2f226a6add Benchmark (jmh) benchmark result for 289398b02686700cbb3ac76996beab160e37...289398badd Benchmark (jmh) benchmark result for fe791966b2f0aaa115d0b7a5cf664f0fa070...- Additional commits viewable in compare view
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty.http2:jetty-http2-server from 12.1.4 to 12.1.5
Updates org.eclipse.jetty:jetty-alpn-java-server from 12.1.4 to 12.1.5
Updates software.amazon.awssdk:bom from 2.39.5 to 2.40.3
Updates io.smallrye.reactive:mutiny from 3.0.3 to 3.1.0
Release notes
Sourced from io.smallrye.reactive:mutiny's releases.
3.1.0
Changelog
🚀 Features
- 9690251 flag to control the Infrastructure executor shutdown on update
- e5ff7cf add demand pausing operator with pauseDemand group in Multi
🐛 Fixes
- 95dfed7 demand pauser clear queue inside drain loop to avoid concurrent read access
🔄️ Changes
- 215e727 optimize Uni.await() for known item/failure
🧰 Tasks
release
- c119c91 update version metadata for Mutiny 3.1.0
- 63d988c set development version to 999-SNAPSHOT
- 578e119 update version metadata for Mutiny 3.0.3
- 7578ac8 set development version to 999-SNAPSHOT
🛠 Build
deps
- f618b43 bump io.projectreactor:reactor-core from 3.7.13 to 3.8.0
unscoped
Contributors
We'd like to thank the following people for their contributions: Julien Ponge, Martin Kouba, Ozan Gunalp
Commits
c119c91chore(release): update version metadata for Mutiny 3.1.07eff163Merge pull request #1997 from smallrye/dependabot/maven/io.projectreactor-rea...967bfbbMerge pull request #2023 from jponge/build/generate-bom21b3a50build: no need to handle the BOM apart56f3116build: have the BOM being generated245cffeMerge pull request #2019 from mkouba/uni-await-opt215e727perf: optimize Uni.await() for known item/failureb758f47Merge pull request #2021 from ozangunalp/pauser_clear_queue_fix95dfed7fix: demand pauser clear queue inside drain loop to avoid concurrent read accesse698c3aMerge pull request #2020 from jponge/feat/infra-executor-shutdown- Additional commits viewable in compare view
Updates org.eclipse.jetty.http2:jetty-http2-client from 12.1.4 to 12.1.5
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions