chore: update dependencies

This commit is contained in:
Skylot 2023-09-22 20:32:40 +01:00
parent 4d87b447a6
commit 4e81bdd76f
No known key found for this signature in database
GPG Key ID: 47866607B16F25C8
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dependencies {
// TODO: move resources decoding to separate plugin module
implementation("com.android.tools.build:aapt2-proto:8.1.1-10154469")
implementation("com.google.protobuf:protobuf-java:3.24.2") // forcing latest version
implementation("com.google.protobuf:protobuf-java:3.24.3") // forcing latest version
testImplementation("org.apache.commons:commons-lang3:3.13.0")

View File

@ -1,7 +1,7 @@
plugins {
id("jadx-kotlin")
id("application")
id("edu.sc.seis.launch4j") version "3.0.4"
id("edu.sc.seis.launch4j") version "3.0.5"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.beryx.runtime") version "1.13.0"
}