Skip to content

Bump com.github.retrooper:packetevents-spigot from 2.7.0 to 2.11.2#40

Merged
OakLoaf merged 1 commit intomainfrom
dependabot/gradle/com.github.retrooper-packetevents-spigot-2.11.2
Feb 5, 2026
Merged

Bump com.github.retrooper:packetevents-spigot from 2.7.0 to 2.11.2#40
OakLoaf merged 1 commit intomainfrom
dependabot/gradle/com.github.retrooper-packetevents-spigot-2.11.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Bumps com.github.retrooper:packetevents-spigot from 2.7.0 to 2.11.2.

Release notes

Sourced from com.github.retrooper:packetevents-spigot's releases.

2.11.2

PacketEvents 2.11.2 is finally out! 🎉

This update fixes various bugs. It's encouraged that users update. Again, huge thanks to all users who have donated their hard-earned money to PacketEvents since the previous release. It's been received & it's very much appreciated.

Recent donors: PebbleHost, SSomar1607, ipavdev, Suleyman Abulkhasan, frap

Also, thanks to the contributors that made this update possible.

If you intend on donating and do not wish to be mentioned, please add such a note on your donation.

Announcement 📢⚠️

Visit our website: https://packetevents.com\ Documentation: https://docs.packetevents.com\ JavaDocs: https://javadocs.packetevents.com\ I've released a new YouTube video.

What's Changed (Summary)

  • Fixed SynchronizedRegistriesHandler issues
  • Fixed various equality/nullability issues with Registry values
  • Explicitly specify 'Locale#ROOT' for all String#toLowerCaser() calls
  • Removed 'end skylight' for 1.21.8 and below
  • Log warning message when failing to uninject from velocity initializer
  • Recommend release builds (and fallback to development builds) to users who run outdated software.
  • Add 'CHAIN' to the 'CHAINS' tag
  • Add new offset(Blockface face, int i) method to Vector3f/d/i classes
  • Fixed 'infiniburn' tag parsing for 1.18.1 and older
  • Fixed unexpected NPE if bukkit entity is null during unsafe lookup

View Full Changelog: retrooper/packetevents@v2.11.1...v2.11.2

If you want to support PacketEvents, consider donating to us on PayPal or sponsoring us on GitHub Sponsors.

Maven/Gradle Dependency Setup Guide

Check it out: https://docs.packetevents.com/introduction/development-setup/

2.11.1

PacketEvents 2.11.1 is finally out! 🎉

This update fixes various bugs. It's encouraged that users update. Thanks to all users who donated after the previous release announcement. It's been received & it's appreciated.

Recent donors: TrekCraft, 3add, Vadim Soudé

If you intend on donating and do not wish to be mentioned, please add such a note on your donation.

Brief Announcement 📢⚠️

... (truncated)

Changelog

Sourced from com.github.retrooper:packetevents-spigot's changelog.

!!!!! v2.11.2

PacketEvents 2.11.2 is finally out! 🎉

This update fixes various bugs. It's encouraged that users update. Again, huge thanks to all users who have donated their hard-earned money to PacketEvents since the previous release. It's been received & it's very much appreciated.

Recent donors: PebbleHost, SSomar1607, ipavdev, Suleyman Abulkhasan, frap

Also, thanks to the contributors that made this update possible.

If you intend on donating and do not wish to be mentioned, please add such a note on your donation.

Announcement 📢⚠️

Visit our website: https://packetevents.com\ Documentation: https://docs.packetevents.com\ JavaDocs: https://javadocs.packetevents.com\ I've released a new YouTube video.

What's Changed (Summary)

  • Fixed SynchronizedRegistriesHandler issues
  • Fixed various equality/nullability issues with Registry values
  • Explicitly specify 'Locale#ROOT' for all String#toLowerCaser() calls
  • Removed 'end skylight' for 1.21.8 and below
  • Log warning message when failing to uninject from velocity initializer
  • Recommend release builds (and fallback to development builds) to users who run outdated software.
  • Add 'CHAIN' to the 'CHAINS' tag
  • Add new offset(Blockface face, int i) method to Vector3f/d/i classes
  • Fixed 'infiniburn' tag parsing for 1.18.1 and older
  • Fixed unexpected NPE if bukkit entity is null during unsafe lookup

View Full Changelog: retrooper/packetevents@v2.11.1...v2.11.2

If you want to support PacketEvents, consider donating to us on PayPal or sponsoring us on GitHub Sponsors.

Maven/Gradle Dependency Setup Guide

Check it out: https://docs.packetevents.com/introduction/development-setup/

!!!!! v2.11.1

PacketEvents 2.11.1 is finally out! 🎉

This update fixes various bugs. It's encouraged that users update. Thanks to all users who donated after the previous release announcement. It's been received & it's appreciated.

Recent donors: TrekCraft, 3add, Vadim Soudé

... (truncated)

Commits
  • 61a91ca step 2: initiating 2.11.2 update
  • 5e281eb initiating 2.11.2 update
  • f0b29d0 Initialize SynchronizedRegistriesHandler during packetevents load
  • 4ec6b01 Don't mix jspecify and jetbrains annotations in internal StaticChatType const...
  • 58a1ada Fix various equality/nullability issues with registry values
  • 195ee04 Add more equality methods for env attributes and particle data
  • 629080c Explicitly specify Locale#ROOT for all String#toLowerCaser() calls
  • 2390e06 Fix dimension type copying not using new data entry
  • b6a3e39 Remove end skylight for 1.21.8 and below
  • 548312e Fix nullability annotations for packet events
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.github.retrooper-packetevents-spigot-2.11.2 branch from 3c7d3d2 to c9caf5b Compare February 5, 2026 21:34
@OakLoaf
Copy link
Copy Markdown
Contributor

OakLoaf commented Feb 5, 2026

@dependabot rebase

Bumps [com.github.retrooper:packetevents-spigot](https://github.com/retrooper/packetevents) from 2.7.0 to 2.11.2.
- [Release notes](https://github.com/retrooper/packetevents/releases)
- [Changelog](https://github.com/retrooper/packetevents/blob/2.0/CHANGELOG.md)
- [Commits](retrooper/packetevents@v2.7.0...v2.11.2)

---
updated-dependencies:
- dependency-name: com.github.retrooper:packetevents-spigot
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.github.retrooper-packetevents-spigot-2.11.2 branch from c9caf5b to 435c848 Compare February 5, 2026 21:43
@OakLoaf OakLoaf merged commit 6d5744d into main Feb 5, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/gradle/com.github.retrooper-packetevents-spigot-2.11.2 branch February 5, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant