1.21.2 release (#870)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Deploy / build (push) Has been cancelled

* 1.21.2 release

* Update minecraftauth, adventure to latest releases
This commit is contained in:
chris 2024-12-12 09:11:01 +08:00 committed by GitHub
parent c99cc90b45
commit 667e02d38c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ metadata.format.version = "1.1"
[versions]
adventure = "4.15.0"
adventure = "4.17.0"
cloudburstnbt = "3.0.0.Final"
slf4j = "2.0.9"
math = "2.0"
@ -10,7 +10,7 @@ fastutil-maps = "8.5.3"
netty = "4.1.103.Final"
netty-io_uring = "0.0.24.Final"
gson = "2.11.0"
minecraftauth = "4.0.2"
minecraftauth = "4.1.1"
checkerframework = "3.42.0"
junit = "5.8.2"

View file

@ -3,7 +3,7 @@ plugins {
jacoco
}
version = "1.21.2-SNAPSHOT"
version = "1.21.2-1"
description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers."
dependencies {