1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-20 07:19:29 +00:00

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

# Conflicts:
#	ap/pom.xml
#	api/base/pom.xml
#	api/geyser/pom.xml
#	api/pom.xml
#	bootstrap/bungeecord/pom.xml
#	bootstrap/pom.xml
#	bootstrap/spigot/pom.xml
#	bootstrap/sponge/pom.xml
#	bootstrap/standalone/pom.xml
#	bootstrap/velocity/pom.xml
#	common/pom.xml
#	core/pom.xml
#	pom.xml
This commit is contained in:
Konicai
2022-08-10 16:54:46 -04:00
7 changed files with 24 additions and 14 deletions

View File

@@ -41,6 +41,6 @@ object Versions {
const val eventVersion = "3.0.0"
const val junitVersion = "4.13.1"
const val checkerQualVersion = "3.19.0"
const val cumulusVersion = "1.1"
const val cumulusVersion = "1.1.1"
const val log4jVersion = "2.17.1"
}