From b8fda61ec3fb7a8ac8745001a8bc19c368e54d8d Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Fri, 7 Feb 2025 14:58:46 +0000 Subject: [PATCH] Upgrade Tor to 0.4.8.14 and Lyrebird to 0.5.0-3 for tests. --- onionwrapper-java/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onionwrapper-java/build.gradle b/onionwrapper-java/build.gradle index d8b082b..b69706e 100644 --- a/onionwrapper-java/build.gradle +++ b/onionwrapper-java/build.gradle @@ -23,8 +23,8 @@ dependencies { testImplementation project(path: ':onionwrapper-core', configuration: 'testOutput') testImplementation 'junit:junit:4.13.2' - testImplementation "org.briarproject:tor-$currentOS.id:0.4.8.9-1" - testImplementation "org.briarproject:lyrebird-$currentOS.id:0.5.0-2" + testImplementation "org.briarproject:tor-$currentOS.id:0.4.8.14" + testImplementation "org.briarproject:lyrebird-$currentOS.id:0.5.0-3" } mavenPublishing { -- GitLab