Update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-RC16-SNAPSHOT#39
Merged
renovate[bot] merged 1 commit intomasterfrom Dec 30, 2025
Merged
Update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-RC16-SNAPSHOT#39renovate[bot] merged 1 commit intomasterfrom
renovate[bot] merged 1 commit intomasterfrom
Conversation
a7a0497 to
a8b2098
Compare
a8b2098 to
08230ba
Compare
08230ba to
c5f8a9a
Compare
c5f8a9a to
de855a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.0.0-RC14→4.0.0-RC16-SNAPSHOTWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
CloudNetService/CloudNet (eu.cloudnetservice.cloudnet:bom)
v4.0.0-RC15: - BlizzardUpdate 4.0.0-RC15 - Blizzard
We are happy to announce another release candidate for CloudNet 4.0. This release contains support for the latest minecraft versions. We urge all users to install the update, as we will no longer provide support for RC14. Users who want to switch from 3.4.X to 4.0 can find instructions in the release information for RC1.
Please also see the changelog for RC6, this contains the detailed information about the switch to Dependency Injection in the API.
Cheers!
(Please remember, CloudNet is provided as-is - we are not responsible for data loss or corruption. You are encouraged to back up your files before any updates!)
Changelog
Features
Improvements
Fixes
@Serviceannotations caused issues when reloading the npc module (#1728)labymod:neoplugin channel is now correctly registered by the npc module (#1776)onlinePlayerAsyncmethod was accidentally renamed toonlinePlayersAsyncin a previous release, this change has been reverted (#1777)node-apimodule no longer depends on our custom cloud version which requires additional repositories to be configured. Instead, the officialcloud-apimodules are now exposed (#1780)Dependencies
To add the CloudNet dependency using gradle:
repositories { // ensure maven central is added mavenCentral() } dependencies { // optional - you can also specify versions directly implementation platform('eu.cloudnetservice.cloudnet:bom:4.0.0-RC15') compileOnly 'eu.cloudnetservice.cloudnet:driver-api' // without bom compileOnly 'eu.cloudnetservice.cloudnet:driver-api:4.0.0-RC15' }To add the CloudNet dependency using maven:
🔗 Links
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.