Update dependencies and bump version to 1.21.11-2.60.1#231
Merged
twisti-dev merged 2 commits intoversion/1.21.11from Mar 5, 2026
Merged
Update dependencies and bump version to 1.21.11-2.60.1#231twisti-dev merged 2 commits intoversion/1.21.11from
twisti-dev merged 2 commits intoversion/1.21.11from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s dependency set and bumps the overall project version to keep SURF-API’s build and runtime libraries current, while removing an unused scoreboard runtime module from the Bukkit server build.
Changes:
- Bump project version to
1.21.11-2.60.1. - Update multiple dependency versions in the Gradle version catalog (PacketEvents, scoreboard-library, Velocity API, Ktor, Reactor Netty, ByteBuddy, Shadow plugin, etc.).
- Remove the
scoreboard-library-modernruntime dependency and its version-catalog entry.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| surf-api-bukkit/surf-api-bukkit-server/build.gradle.kts | Drops the scoreboard-library-modern runtimeOnly dependency from the Bukkit server module. |
| gradle/libs.versions.toml | Updates versions for multiple libraries and removes scoreboard-library-modern entries. |
| gradle.properties | Bumps the project version from 1.21.11-2.60.0 to 1.21.11-2.60.1. |
| guava = "33.5.0-jre" | ||
| caffeine = "3.2.3" | ||
| caffeine-courotines = "3.0.1" | ||
| caffeine-courotines = "3.0.2" |
There was a problem hiding this comment.
The version-catalog key caffeine-courotines appears to be a misspelling (likely intended caffeine-coroutines). Consider renaming the version and library alias to the corrected spelling and updating all references (e.g. libs.caffeine.courotines) to reduce confusion and avoid propagating the typo.
Suggested change
| caffeine-courotines = "3.0.2" | |
| caffeine-coroutines = "3.0.2" |
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 pull request updates several dependencies to their latest versions and removes an unused scoreboard library module from the build. The main focus is on keeping the project up-to-date with recent library releases and cleaning up unnecessary dependencies.
Dependency updates:
packeteventsandpacketevents-pluginto version 2.11.2.scoreboard-libraryandscoreboard-library-implementationto version 2.7.0, and removed thescoreboard-library-modernvariant. [1] [2] [3]velocity-apito 3.5.0-SNAPSHOT,placeholder-apito 2.12.2,caffeine-courotinesto 3.0.2,ktorto 3.4.1,ksp-versionto 2.3.6,reactor-nettyto 1.3.3,bytebuddyto 1.18.7, andshadow-gradle-pluginto 9.3.2. [1] [2]Build and versioning changes:
1.21.11-2.60.0to1.21.11-2.60.1ingradle.properties.Dependency cleanup:
scoreboard-library-moderndependency from both the version catalog and thesurf-api-bukkit-serverbuild script. [1] [2] [3]