Bump net.raphimc:MinecraftAuth from 4.0.3-SNAPSHOT to 4.1.0

Bumps [net.raphimc:MinecraftAuth](https://github.com/RaphiMC/MinecraftAuth) from 4.0.3-SNAPSHOT to 4.1.0.
- [Release notes](https://github.com/RaphiMC/MinecraftAuth/releases)
- [Commits](https://github.com/RaphiMC/MinecraftAuth/commits/v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-22 04:54:47 +00:00 committed by GitHub
parent 345212c385
commit 69b7d864bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ dependencies {
include("net.raphimc.netminecraft:all:2.5.0") {
exclude group: "com.google.code.gson", module: "gson"
}
include("net.raphimc:MinecraftAuth:4.0.3-SNAPSHOT") {
include("net.raphimc:MinecraftAuth:4.1.0") {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}