Update dependencies (#767)

This commit is contained in:
KirillPamPam
2026-01-06 16:32:03 +04:00
committed by GitHub
parent c5e1436462
commit 536c663b2a
96 changed files with 434 additions and 912 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.25'
id 'org.jetbrains.kotlin.jvm' version '2.3.0'
id 'maven-publish'
}
@@ -12,7 +12,8 @@ group = 'dshackle'
dependencies {
implementation 'org.yaml:snakeyaml:1.24'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
test {