Merge pull request #251 from ViaVersion/dependabot/gradle/net.raphimc-MinecraftAuth-4.1.0

Bump net.raphimc:MinecraftAuth from 4.0.3-SNAPSHOT to 4.1.0
This commit is contained in:
EnZaXD 2024-07-22 07:58:59 +02:00 committed by GitHub
commit 42a45eaa4a
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"
}