From 0a2c39fbd4aad1ef1041596fe403a9d0651a0d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:57:56 +0000 Subject: [PATCH 1/2] Bump me.clip:placeholderapi from 2.11.7 to 2.12.1 (#15) Bumps me.clip:placeholderapi from 2.11.7 to 2.12.1. --- updated-dependencies: - dependency-name: me.clip:placeholderapi dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8532d7a..41ba3d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { compileOnly("net.lax1dude.eaglercraft.backend:api-velocity:1.0.0") compileOnly("net.lax1dude.eaglercraft.backend:api-bungee:1.0.0") compileOnly("net.lax1dude.eaglercraft.backend:api-bukkit:1.0.0") - compileOnly("me.clip:placeholderapi:2.11.7") + compileOnly("me.clip:placeholderapi:2.12.1") compileOnly("net.william278:papiproxybridge:1.8.4") implementation("org.semver4j:semver4j:6.0.0") implementation("de.marhali:json5-java:3.0.0") @@ -174,7 +174,7 @@ tasks.withType().configureEach { jvmArgs("-Dcom.mojang.eula.agree=true") downloadPlugins { github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar") - modrinth("placeholderapi", "2.11.7") + modrinth("placeholderapi", "2.12.1") } } From a7ea336158fa734d40719a5a26e9a93f419a4abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:58:11 +0000 Subject: [PATCH 2/2] Bump com.github.seancfoley:ipaddress from 5.5.1 to 5.6.1 (#16) Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.5.1 to 5.6.1. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.5.1...v5.6.1) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 41ba3d4..bba9f53 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { implementation("de.marhali:json5-java:3.0.0") implementation("net.kyori:adventure-text-minimessage:4.26.1") implementation("net.kyori:adventure-text-serializer-legacy:4.26.1") - implementation("com.github.seancfoley:ipaddress:5.5.1") + implementation("com.github.seancfoley:ipaddress:5.6.1") implementation("org.bstats:bstats-bukkit:3.1.0") implementation("org.bstats:bstats-bungeecord:3.1.0") implementation("org.bstats:bstats-velocity:3.1.0")