From c870515ca56a12a619dc2f6bf9cdabd217ecd982 Mon Sep 17 00:00:00 2001 From: Hannah_GBS <7504779+Hannah-GBS@users.noreply.github.com> Date: Sun, 23 Mar 2025 07:29:54 +0000 Subject: [PATCH] update emojiscape (#7686) * Update emojiscape * Remove commons-io dependency --- package/verification-template/build.gradle | 3 --- plugins/emojiscape | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index b7ee3a62d..a501d5900 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -50,9 +50,6 @@ dependencies { thirdParty("com.miglayout:miglayout-swing:5.2") { because "drop-simulator" } - thirdParty("org.apache.commons:commons-io:1.3.2") { - because "emojiscape" - } thirdParty("org.apache.commons:commons-math3:3.0") { because "collection-log-luck" } diff --git a/plugins/emojiscape b/plugins/emojiscape index 694ef0838..f775a3195 100644 --- a/plugins/emojiscape +++ b/plugins/emojiscape @@ -1,2 +1,2 @@ repository=https://github.com/Hannah-GBS/Emojiscape.git -commit=4abfe9a81ff496cbecfe1bb50e9cd3d8b1b48249 \ No newline at end of file +commit=4de5660f6a69b6fc28e65b382a77c5cfceedebb9 \ No newline at end of file