Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps net.raphimc:MinecraftAuth from 4.1.2 to 5.0.0.

Release notes

Sourced from net.raphimc:MinecraftAuth's releases.

MinecraftAuth 5.0.0

Changelog

  • Removed step/chain abstraction due to being too unflexible
    • The new abstraction consists of token containers/holders/managers, which manage the token lifecycle
    • The new abstraction allows loading/refreshing tokens lazily, thus reducing the amount of requests if certain tokens aren't needed
  • Added support for the new Minecraft: Bedrock Edition token authentication
  • Removed Minecraft: Education Edition support (Noone used it and it was a hassle to maintain)
  • Removed the JWT library dependency
  • Added more methods for network request related operations (blocking with checked exception, blocking with unchecked exception and async)

Migration from MinecraftAuth 4 Make sure to check the README for the updated API usage and on how to migrate save files (https://github.com/RaphiMC/MinecraftAuth?tab=readme-ov-file#migrating-from-minecraftauth-4xx-to-5xx)

If you need help with migrating your application, you can also join my Discord.

Commits
  • e78c8b7 Release 5.0.0
  • 6a13429 Rewrote the library (#85)
  • 9164c40 Bump actions/upload-artifact from 4 to 5 (#82)
  • a499bc5 Bump gradle/actions from 4 to 5 (#79)
  • 62f0030 Bump org.projectlombok:lombok from 1.18.40 to 1.18.42 (#77)
  • 3f5e682 Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#76)
  • 7fa9bb6 Bump org.projectlombok:lombok from 1.18.38 to 1.18.40 (#75)
  • d5c06ed Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 (#74)
  • 8811d1b Bump net.lenni0451.commons:httpclient from 1.7.1 to 1.8.0 (#73)
  • c50cf6b Fixed maven central publishing
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 18, 2025
@okafke
Copy link
Member

okafke commented Nov 25, 2025

@dependabot rebase

Bumps [net.raphimc:MinecraftAuth](https://github.com/RaphiMC/MinecraftAuth) from 4.1.2 to 5.0.0.
- [Release notes](https://github.com/RaphiMC/MinecraftAuth/releases)
- [Commits](RaphiMC/MinecraftAuth@v4.1.2...v5.0.0)

---
updated-dependencies:
- dependency-name: net.raphimc:MinecraftAuth
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/net.raphimc-MinecraftAuth-5.0.0 branch from 39fa257 to d1d311b Compare November 25, 2025 19:29
@okafke okafke added this to the v3 milestone Nov 25, 2025
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.

2 participants