fix(deps): update all non-major dependencies #797
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.14.2->8.14.323.0.8->23.0.97.0.4.Final->7.0.6.Final7.0.4.Final->7.0.6.Final7.0.4.Final->7.0.6.Final2.11.0->2.11.12.11.0->2.11.12.12.0->2.16.04.2.2.Final->4.2.3.Final4.8.180->4.8.1814.2.2.Final->4.2.3.Final0.5.0-rc.3->0.5.0-rc.43.2.1->3.2.23.17.0->3.18.02.19.0->2.20.01.9.0->1.10.010.3.1->10.41.21.0->1.22.02.19.1->2.19.27.0.4->7.1.02.19.1->2.19.22.19.1->2.19.24.2.2->4.2.31.21.7->1.21.84.0.2->4.124.2.1->24.2.224.2.1->24.2.224.2.1->24.2.21.2.7->1.2.81.2.7->1.2.82.25.0->2.25.12.25.0->2.25.12.25.0->2.25.12.25.0->2.25.12.25.0->2.25.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gradle/gradle (gradle)
v8.14.3: 8.14.3Compare Source
The Gradle team is excited to announce Gradle 8.14.3.
This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.3 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
hibernate/hibernate-orm (org.hibernate.orm:hibernate-hikaricp)
v7.0.6.Finalv7.0.5.Finalimmutables/immutables (org.immutables:gson)
v2.11.1Compare Source
Maintenance and minor enhancements
static class Builder extends MyRecordBuilder {}*IsSetmethods on builderorg.immutables:datatype. It's slightly modernized version oforg.immutables:data(now deprecated), no dependency on Guava, + support for records with generated buildersAlso
New Contributors
Full Changelog: immutables/immutables@2.11.0...2.11.1
openai/openai-java (com.openai:openai-java)
v2.16.0Full Changelog: v2.15.0...v2.16.0
Features
v2.15.0Full Changelog: v2.14.0...v2.15.0
Features
ResponseAccumulator(#391) (77f54fd)Bug Fixes
Chores
v2.14.0Full Changelog: v2.13.1...v2.14.0
Features
Bug Fixes
Chores
actions/setup-javato v4 (e5112cd)v2.13.1Full Changelog: v2.13.0...v2.13.1
Chores
v2.13.0Full Changelog: v2.12.4...v2.13.0
Features
v2.12.4Full Changelog: v2.12.3...v2.12.4
Chores
v2.12.3Full Changelog: v2.12.2...v2.12.3
Documentation
v2.12.2Full Changelog: v2.12.1...v2.12.2
Documentation
v2.12.1Full Changelog: v2.12.0...v2.12.1
Chores
LlamaLad7/MixinExtras (io.github.llamalad7:mixinextras-fabric)
v0.5.0-rc.4@ModifyExpressionValueon anint-like@Expressionwhich had previously been replaced.ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)
v3.2.2: 3.2.2connect2id/nimbus-jose-jwt (com.nimbusds:nimbus-jose-jwt)
v10.4Compare Source
FasterXML/jackson-core (com.fasterxml.jackson.core:jackson-core)
v2.19.2ViaVersion/viafabricplus (com.viaversion:viafabricplus)
v4.2.3Compare Source
Minecraft 1.21.8 and Bedrock 1.21.93 Support!
Support for Minecraft 1.21.7 will be removed in the next release.
Other changes
Please also read the v4.2.2 Changelogs.
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianmichael.de/donate. I’ll continue improving this project to the best of my ability.
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-http)
v1.2.8Reactor Netty1.2.8is part of2024.0.8Release Train.What's Changed
✨ New features and improvements
Reactor Corev3.7.8by @chemicL in79468f6, see release notesNetty QUIC Codecv0.0.73.Finalby @violetagg in #3811Netty HTTP/3 Codecv0.0.30.Finalby @dependabot[bot] in #3812Forwarded/X-Forwarded-Protoheader parsing by @violetagg in #3823 and #3824🐞 Bug fixes
HTTP/1.1toHTTP/2upgrade operation by @violetagg in #3806HTTP/2apply always the trailer headers by @violetagg in #3808Trailersmust not includepseudo-headerfields by @violetagg in #3810HTTP/2connection to the channel group for a proper graceful shutdown in case no active streams by @violetagg in #3827maxConcurrentStreamswhen successfulHTTP/1.1toHTTP/2upgrade by @violetagg in #3832HTTP/2upgrade stream inherits the proper state from the originalHTTP/1.1connection when successful upgrade fromHTTP/1.1toHTTP/2by @violetagg in #3838New Contributors
Full Changelog: reactor/reactor-netty@v1.2.7...v1.2.8
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.