Skip to content

Update dependencies and bump version to 1.21.11-2.60.1#231

Merged
twisti-dev merged 2 commits intoversion/1.21.11from
dep/update-dependencies
Mar 5, 2026
Merged

Update dependencies and bump version to 1.21.11-2.60.1#231
twisti-dev merged 2 commits intoversion/1.21.11from
dep/update-dependencies

Conversation

@twisti-dev
Copy link
Contributor

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:

  • Updated packetevents and packetevents-plugin to version 2.11.2.
  • Updated scoreboard-library and scoreboard-library-implementation to version 2.7.0, and removed the scoreboard-library-modern variant. [1] [2] [3]
  • Updated several other libraries: velocity-api to 3.5.0-SNAPSHOT, placeholder-api to 2.12.2, caffeine-courotines to 3.0.2, ktor to 3.4.1, ksp-version to 2.3.6, reactor-netty to 1.3.3, bytebuddy to 1.18.7, and shadow-gradle-plugin to 9.3.2. [1] [2]

Build and versioning changes:

  • Bumped project version from 1.21.11-2.60.0 to 1.21.11-2.60.1 in gradle.properties.

Dependency cleanup:

  • Removed the scoreboard-library-modern dependency from both the version catalog and the surf-api-bukkit-server build script. [1] [2] [3]

@twisti-dev twisti-dev self-assigned this Mar 5, 2026
Copilot AI review requested due to automatic review settings March 5, 2026 14:24
@twisti-dev twisti-dev merged commit 632b787 into version/1.21.11 Mar 5, 2026
3 of 4 checks passed
@twisti-dev twisti-dev deleted the dep/update-dependencies branch March 5, 2026 14:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-modern runtime 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"
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants