Merge pull request #50 from RaphiMC/dependabot/gradle/net.raphimc-MinecraftAuth-2.1.2

Bump net.raphimc:MinecraftAuth from 2.1.1 to 2.1.2
This commit is contained in:
RK_01 2023-05-18 13:19:40 +02:00 committed by GitHub
commit b24da85b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ dependencies {
include "net.lenni0451:Reflect:1.1.0"
include "net.lenni0451:LambdaEvents:2.0.3"
include "net.raphimc.netminecraft:all:2.3.3"
include("net.raphimc:MinecraftAuth:2.1.1") {
include("net.raphimc:MinecraftAuth:2.1.2") {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}