Update Tor, Lyrebird and Bouncy Castle.

The Bouncy Castle update fixes a CVE in Ed25519 signature verification:
https://www.bouncycastle.org/resources/java-release-1-78-1-is-now-available-for-download/
This commit is contained in:
akwizgran
2025-10-27 12:23:37 +00:00
parent a53e3f2d47
commit 7b6dd54977
4 changed files with 13 additions and 11 deletions

View File

@@ -29,10 +29,10 @@ buildscript {
dagger_version = "2.51.1"
okhttp_version = "4.12.0"
jackson_version = "2.13.4"
tor_version = "0.4.8.14"
lyrebird_version = "0.5.0-3"
tor_version = "0.4.8.19"
lyrebird_version = "0.6.2"
jsoup_version = '1.15.3'
bouncy_castle_version = '1.71' // 1.72 accidentally depends on Java 7
bouncy_castle_version = '1.82'
junit_version = "4.13.2"
jmock_version = '2.12.0'
mockwebserver_version = '4.10.0'