@@ -51,7 +51,7 @@ plugins {
5151 kotlin(" jvm" ) version " 2.4.0"
5252 `jvm- test- suite`
5353 application
54- id(" com.github.ben-manes.versions" ) version " 0.53 .0"
54+ id(" com.github.ben-manes.versions" ) version " 0.54 .0"
5555}
5656
5757fun getProperty (name : String ): String {
@@ -175,13 +175,13 @@ when (os) {
175175testing {
176176 suites {
177177 val test by getting(JvmTestSuite ::class ) {
178- useJUnitJupiter(" 5.9.2 " )
178+ useJUnitJupiter(" 5.14.4 " )
179179
180180 dependencies {
181181 implementation(project())
182182 implementation(" de.bixilon:kutil:$kutilVersion " )
183183 implementation(" org.jetbrains.kotlin:kotlin-test:2.4.0" )
184- implementation(" com.github.ajalt.clikt:clikt:5.0.3 " )
184+ implementation(" com.github.ajalt.clikt:clikt:5.1.0 " )
185185 }
186186
187187 targets {
@@ -214,12 +214,12 @@ testing {
214214
215215
216216 val integrationTest by registering(JvmTestSuite ::class ) {
217- useTestNG(" 7.7.1 " )
217+ useTestNG(" 7.12.0 " )
218218
219219 dependencies {
220220 implementation(project())
221221
222- implementation(" org.objenesis:objenesis:3.4 " )
222+ implementation(" org.objenesis:objenesis:3.5 " )
223223
224224 // ToDo: Include dependencies from project
225225 implementation(" de.bixilon:kutil:$kutilVersion " )
@@ -278,7 +278,7 @@ testing {
278278 dependencies {
279279 implementation(project())
280280
281- implementation(" org.objenesis:objenesis:3.4 " )
281+ implementation(" org.objenesis:objenesis:3.5 " )
282282
283283 // ToDo: Include dependencies from project
284284 implementation(" de.bixilon:kutil:$kutilVersion " )
@@ -370,13 +370,13 @@ fun DependencyHandler.lwjgl(name: String? = null, classpath: Boolean = true) {
370370}
371371
372372dependencies {
373- implementation(" org.slf4j" , " slf4j-api" , " 2.0.17 " )
374- implementation(" dnsjava" , " dnsjava" , " 3.6.3 " )
375- implementation(" com.github.ajalt.clikt" , " clikt" , " 5.0.3 " )
376- implementation(" org.jline" , " jline" , " 3.30.6 " )
373+ implementation(" org.slf4j" , " slf4j-api" , " 2.0.18 " )
374+ implementation(" dnsjava" , " dnsjava" , " 3.6.5 " )
375+ implementation(" com.github.ajalt.clikt" , " clikt" , " 5.1.0 " )
376+ implementation(" org.jline" , " jline" , " 4.1.3 " )
377377 implementation(" org.l33tlabs.twl" , " pngdecoder" , " 1.0" )
378- implementation(" com.github.oshi" , " oshi-core" , " 6.9.2 " )
379- implementation(" com.github.luben" , " zstd-jni" , " 1.5.7-6 " , classifier = zstdNatives)
378+ implementation(" com.github.oshi" , " oshi-core" , " 7.2.1 " )
379+ implementation(" com.github.luben" , " zstd-jni" , " 1.5.7-10 " , classifier = zstdNatives)
380380 implementation(" org.kamranzafar" , " jtar" , " 2.3" )
381381 implementation(" it.unimi.dsi" , " fastutil-core" , " 8.5.18" )
382382 implementation(" org.xeustechnologies" , " jcl-core" , " 2.8" )
0 commit comments