Skip to content

fix(deps): update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc17 - #113

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cloudnet
Open

fix(deps): update dependency eu.cloudnetservice.cloudnet:bom to v4.0.0-rc17#113
renovate[bot] wants to merge 1 commit into
developfrom
renovate/cloudnet

Conversation

@renovate

@renovate renovate Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eu.cloudnetservice.cloudnet:bom (source) 4.0.0-RC164.0.0-RC17 age confidence

Release Notes

CloudNetService/CloudNet (eu.cloudnetservice.cloudnet:bom)

v4.0.0-RC17: - Blizzard

Update 4.0.0-RC17 - 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 RC16. 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

  • Improve paperclip indicators to support leafmc (#​1847)

Fixes

  • Implement missing template storage api (#​1844)
  • Resolve service registry race condition (#​1848)
  • Added missing minecraft packet filter (#​1860)
  • NPC minecraft version parsing fails on new versioning (#​1865)
Dependencies
artifact id usage
driver-api When developing plugins or modules, available on all platforms.
node-api When developing a module which needs more specific access to node functions than the driver can offer.
wrapper-jvm-api When developing plugins which need some more specific access to the service api than the driver can offer.
bridge-api When trying to catch player events and/or interacting with players regardless where they are on the network.
bom When you want to import all dependencies with the same version based on the imported bill of materials.

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-RC17')
  compileOnly 'eu.cloudnetservice.cloudnet:driver-api'

  // without bom
  compileOnly 'eu.cloudnetservice.cloudnet:driver-api:4.0.0-RC17'
}

To add the CloudNet dependency using maven:

<!-- optional - you can also specify versions directly -->
<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>eu.cloudnetservice.cloudnet</groupId>
      <artifactId>bom</artifactId>
      <version>4.0.0-RC17</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>driver-api</artifactId>
    <version>4.0.0-RC17</version> <!-- only needed when bom is not used -->
    <scope>provided</scope>
  </dependency>
</dependencies>

🔗 Links


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the Renovate Identifier for the Renovate bot label Aug 14, 2026
@github-actions

Copy link
Copy Markdown

Job Summary for Gradle

Build PR :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
tamias build test 9.7.0 Build Scan not published

@github-actions

Copy link
Copy Markdown

Job Summary for Gradle

Build PR :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
tamias build test 9.7.0 Build Scan not published

@github-actions

Copy link
Copy Markdown

Job Summary for Gradle

Build PR :: build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
tamias build test 9.7.0 Build Scan not published

@github-actions

Copy link
Copy Markdown

Test results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit f517efd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Renovate Identifier for the Renovate bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants