Bump net.raphimc:MinecraftAuth from 2.1.4-SNAPSHOT to 2.1.5-SNAPSHOT

Bumps net.raphimc:MinecraftAuth from 2.1.4-SNAPSHOT to 2.1.5-SNAPSHOT.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-09 04:48:58 +00:00 committed by GitHub
parent 4bbfb39d1a
commit bc44699ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ dependencies {
include "net.lenni0451:Reflect:1.2.2"
include "net.lenni0451:LambdaEvents:2.2.0"
include "net.raphimc.netminecraft:all:2.3.4"
include("net.raphimc:MinecraftAuth:2.1.4-SNAPSHOT") {
include("net.raphimc:MinecraftAuth:2.1.5-SNAPSHOT") {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}