chore: update dependencies

This commit is contained in:
Skylot 2023-06-11 13:42:47 +01:00
parent 38c3f8bf9a
commit 85b77cd3c0
No known key found for this signature in database
GPG Key ID: 1E23F5B52567AA39
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
//file:noinspection UnnecessaryQualifiedReference
plugins {
id 'com.github.ben-manes.versions' version '0.46.0'
id 'com.github.ben-manes.versions' version '0.47.0'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'
id 'com.diffplug.spotless' version '6.19.0'
}

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
}
repositories {

View File

@ -1,7 +1,7 @@
plugins {
id 'jadx-kotlin'
id 'application'
id 'edu.sc.seis.launch4j' version '3.0.1'
id 'edu.sc.seis.launch4j' version '3.0.3'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'org.beryx.runtime' version '1.13.0'
}
@ -17,7 +17,7 @@ dependencies {
// jadx-script autocomplete support
implementation(project(':jadx-plugins:jadx-script:jadx-script-ide'))
implementation(project(':jadx-plugins:jadx-script:jadx-script-runtime'))
implementation 'org.jetbrains.kotlin:kotlin-scripting-common:1.8.21'
implementation 'org.jetbrains.kotlin:kotlin-scripting-common:1.8.22'
implementation 'com.fifesoft:autocomplete:3.3.1'
// use KtLint for format and check jadx scripts