Update JavaScript/Java plugins to solve known vulnerabilities

Done using the Snyk tool.
This commit is contained in:
Dr. Dystopia
2024-11-12 13:46:08 +01:00
committed by Rémi Verschelde
parent ec6a1c0e79
commit 3077463151
3 changed files with 240 additions and 330 deletions

View File

@@ -173,7 +173,7 @@ dependencies {
implementation "androidx.window:window:1.3.0"
implementation "androidx.core:core-splashscreen:$versions.splashscreenVersion"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "org.bouncycastle:bcprov-jdk15to18:1.77"
implementation "org.bouncycastle:bcprov-jdk15to18:1.78"
// Meta dependencies
horizonosImplementation "org.godotengine:godot-openxr-vendors-meta:3.0.0-stable"