Skip to content

Commit 667e02d

Browse files
1.21.2 release (#870)
* 1.21.2 release * Update minecraftauth, adventure to latest releases
1 parent c99cc90 commit 667e02d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ metadata.format.version = "1.1"
22

33
[versions]
44

5-
adventure = "4.15.0"
5+
adventure = "4.17.0"
66
cloudburstnbt = "3.0.0.Final"
77
slf4j = "2.0.9"
88
math = "2.0"
99
fastutil-maps = "8.5.3"
1010
netty = "4.1.103.Final"
1111
netty-io_uring = "0.0.24.Final"
1212
gson = "2.11.0"
13-
minecraftauth = "4.0.2"
13+
minecraftauth = "4.1.1"
1414
checkerframework = "3.42.0"
1515
junit = "5.8.2"
1616

protocol/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
jacoco
44
}
55

6-
version = "1.21.2-SNAPSHOT"
6+
version = "1.21.2-1"
77
description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers."
88

99
dependencies {

0 commit comments

Comments
 (0)