Merge remote-tracking branch 'upstream/master' into ext-1.19.20-fixes

# Conflicts:
#	core/pom.xml
This commit is contained in:
Konicai 2022-08-09 19:24:47 -04:00
commit 259fed247a
No known key found for this signature in database
GPG key ID: 710D09287708C823
5 changed files with 9973 additions and 1 deletions

View file

@ -30,7 +30,7 @@ object Versions {
const val guavaVersion = "29.0-jre"
const val nbtVersion = "2.1.0"
const val websocketVersion = "1.5.1"
const val protocolVersion = "92d9854"
const val protocolVersion = "0bd459f"
// Not pinned to specific version due to possible gradle bug
// See comment in settings.gradle.kts
const val raknetVersion = "1.6.28-SNAPSHOT"