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;

View File

@@ -20,7 +20,7 @@ import java.util.stream.Collectors;
import net.minecraft.Util;
import net.minecraft.server.dedicated.DedicatedServer;
import net.minecraft.world.item.component.ResolvableProfile;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.Bukkit;
import org.bukkit.configuration.serialization.SerializableAs;
import org.bukkit.craftbukkit.CraftServer;