Skip to content

Bump fr.xephi:authme from 5.6.0 to 5.7.0 in /AdvancedCore#263

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/AdvancedCore/fr.xephi-authme-5.7.0
Open

Bump fr.xephi:authme from 5.6.0 to 5.7.0 in /AdvancedCore#263
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/AdvancedCore/fr.xephi-authme-5.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps fr.xephi:authme from 5.6.0 to 5.7.0.

Release notes

Sourced from fr.xephi:authme's releases.

AuthMeReloaded 5.7.0

AuthMe 5.7.0

This release focuses on stability, reconnect handling, mail reliability, and cleanup of long-deprecated code, while also improving localization support across commands.

Breaking changes

  • Java 17 is now required for AuthMe 5.7.0.
  • Legacy xAuth and Whirlpool support has been removed. If your server still depends on those old hash formats, migrate before upgrading.

Improvements

  • Replaced hardcoded command strings with translatable MessageKey entries, improving localization coverage.
  • Restored thrown ender pearls and mounted vehicles more reliably after reconnect.
  • Enforced name/IP restrictions earlier during AsyncPlayerPreLoginEvent for better protection.

Fixes

  • Fixed stale disk limbo data when a player quits before limbo is fully created.
  • Fixed concurrent access issues affecting SQLite, timed counters, logout flow, and mail handling.
  • Prevented SMTP sending from freezing the main server thread by dispatching mail work asynchronously.
  • Corrected SSL/TLS handling for mail delivery and added the Email.sslCheckServerIdentity setting.
  • Fixed teleport edge cases, including the y = 0 bug and spawn handling for unregistered players when registration is not forced.
  • Fixed AccountsCommand self-lookup to use the correct self-owned accounts message.

Maintenance

  • Updated dependencies and build tooling.
  • Refreshed CI compatibility, including ProtocolLib 5.3.0 and Multiverse 4.3.16 updates.
Commits
  • 7c8ec75 chore: 5.7.0 Release
  • b5c2a99 feat: restore thrown ender pearls and mounted vehicules after reconnect
  • 4899c70 fix: enforce name/ip restrictions at AsyncPlayerPreLoginEvent
  • d4ae76a fix(AccountsCommand): use ACCOUNTS_OWNED_SELF message for self-lookup
  • eb002cd fix(mail): correct SSL/TLS mode per port and add sslCheckServerIdentity setting
  • dc93240 fix(mail): dispatch SMTP calls asynchronously to prevent main thread freeze
  • 3cad64c fix: Concurrent access issues in SQLite, TimedCounter, SendMailSsl and logout
  • 46654b2 fix: Remove stale disk limbo when player quits before limbo is created
  • 606624d chore: Update dependencies
  • 2624ce5 fix: Unregistered players teleport to spawn with unforced registration
  • 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)

Bumps [fr.xephi:authme](https://github.com/AuthMe/AuthMeReloaded) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/AuthMe/AuthMeReloaded/releases)
- [Commits](AuthMe/AuthMeReloaded@5.6.0...5.7.0)

---
updated-dependencies:
- dependency-name: fr.xephi:authme
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 20, 2026
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.

0 participants