Skip to content

Commit 39fa257

Browse files
fix(deps): bump net.raphimc:MinecraftAuth from 4.1.2 to 5.0.0
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>
1 parent c99630e commit 39fa257

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

headlessmc-auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
22
api project(':headlessmc-api')
3-
api 'net.raphimc:MinecraftAuth:4.1.2'
3+
api 'net.raphimc:MinecraftAuth:5.0.0'
44
}

headlessmc-launcher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
jarLibsApi project(':headlessmc-logging')
2525
jarLibsApi project(':headlessmc-lwjgl')
2626
jarLibsApi project(':headlessmc-auth')
27-
jarLibsApi 'net.raphimc:MinecraftAuth:4.1.2'
27+
jarLibsApi 'net.raphimc:MinecraftAuth:5.0.0'
2828

2929
jarLibs group: 'org.ow2.asm', name: 'asm', version: '9.9'
3030
jarLibs group: 'org.ow2.asm', name: 'asm-tree', version: '9.9'

0 commit comments

Comments
 (0)