Fix KQueue loading crashing macOS; Closes #4474 (#4506)

This commit is contained in:
Kas-tle 2024-03-16 08:19:09 -07:00 committed by GitHub
parent 112f4ddb8d
commit e1e09a6ccb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ erosion = "1.0-20230406.174837-8"
events = "1.1-SNAPSHOT"
jackson = { strictly = "2.14.0" } # Don't let other dependencies override
fastutil = "8.5.2"
netty = "4.1.103.Final"
netty = "4.1.107.Final"
guava = "29.0-jre"
gson = "2.3.1" # Provided by Spigot 1.8.8
websocket = "1.5.1"