mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 18:34:56 -04:00
bump dependencies
This commit is contained in:
parent
8b765d86f4
commit
1fc103c8ff
@ -138,7 +138,7 @@ testing {
|
||||
suites {
|
||||
val test by getting(JvmTestSuite::class) {
|
||||
testType.set(TestSuiteType.UNIT_TEST)
|
||||
useJUnitJupiter("5.9.1")
|
||||
useJUnitJupiter("5.9.2")
|
||||
|
||||
dependencies {
|
||||
implementation(project())
|
||||
@ -178,7 +178,7 @@ testing {
|
||||
|
||||
val integrationTest by registering(JvmTestSuite::class) {
|
||||
testType.set(TestSuiteType.INTEGRATION_TEST)
|
||||
useTestNG("7.7.0")
|
||||
useTestNG("7.7.1")
|
||||
|
||||
dependencies {
|
||||
implementation(project())
|
||||
|
@ -15,6 +15,6 @@ kotlin.code.style=official
|
||||
javafx.version=19
|
||||
lwjgl.version=3.3.2-SNAPSHOT
|
||||
ikonli.version=12.3.1
|
||||
netty.version=4.1.86.Final
|
||||
netty.version=4.1.87.Final
|
||||
jackson.version=2.14.1
|
||||
kutil.version=1.19.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user