Update a bunch of dependencies

Either to match Vanilla or to update our own
This commit is contained in:
Nassim Jahnke
2025-04-14 10:04:36 +02:00
parent 1b889688a5
commit 8ff94c6344
5 changed files with 22 additions and 279 deletions

View File

@@ -3,7 +3,7 @@ package io.papermc.paper.util;
import com.sun.security.auth.module.NTSystem;
import com.sun.security.auth.module.UnixSystem;
import java.util.Set;
import org.apache.commons.lang.SystemUtils;
import org.apache.commons.lang3.SystemUtils;
public class ServerEnvironment {
private static final boolean RUNNING_AS_ROOT_OR_ADMIN;