fix(deps): update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc16-snapshot #27
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-RC15-SNAPSHOT->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 instead (#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 - Between 08:00 AM and 05:59 PM, Monday through Friday ( * 8-17 * * 1-5 ) in timezone Europe/Berlin, Automerge - Between 08:00 AM and 05:59 PM, Monday through Friday ( * 8-17 * * 1-5 ) in timezone Europe/Berlin.
🚦 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.