From 16aa19240042bcc53f2ec868fb164af5e9b22310 Mon Sep 17 00:00:00 2001 From: Furkan Date: Mon, 16 Oct 2023 00:44:14 +0200 Subject: [PATCH] Update VoiceScape (#4810) --- package/verification-template/build.gradle | 4 ++ .../gradle/verification-metadata.xml | 57 +++++++++++++++++++ plugins/voicescape | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index e348232bb..1aedf3bea 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -94,6 +94,10 @@ dependencies { because "dps-calculator" exclude group: 'com.google.inject' } + thirdParty("redis.clients:jedis:4.4.3") { + because "voicescape-communication" + exclude group: 'org.apache.commons', module: 'commons-pool2' + } thirdParty platform("org.lwjgl:lwjgl-bom:3.3.1") { because "gpu-experimental" diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 4cb46c179..52f9c4322 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -237,6 +237,14 @@ + + + + + + + + @@ -253,6 +261,11 @@ + + + + + @@ -653,6 +666,11 @@ + + + + + @@ -694,6 +712,11 @@ + + + + + @@ -807,6 +830,14 @@ + + + + + + + + @@ -815,6 +846,11 @@ + + + + + @@ -1009,6 +1045,14 @@ + + + + + + + + @@ -1019,6 +1063,11 @@ + + + + + @@ -1042,5 +1091,13 @@ + + + + + + + + diff --git a/plugins/voicescape b/plugins/voicescape index ce6fc74b8..fad9005d5 100644 --- a/plugins/voicescape +++ b/plugins/voicescape @@ -1,2 +1,2 @@ repository=https://github.com/derfurkan/VoiceScape.git -commit=81859418e75656eaaca8b567ab368d6338dfc2b1 \ No newline at end of file +commit=d8f1aec188c05157e41b5d9b5372e4876d0c4f5f \ No newline at end of file