bump dependencies

This commit is contained in:
Bixilon 2023-01-16 22:56:14 +01:00
parent 8b765d86f4
commit 1fc103c8ff
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ testing {
suites { suites {
val test by getting(JvmTestSuite::class) { val test by getting(JvmTestSuite::class) {
testType.set(TestSuiteType.UNIT_TEST) testType.set(TestSuiteType.UNIT_TEST)
useJUnitJupiter("5.9.1") useJUnitJupiter("5.9.2")
dependencies { dependencies {
implementation(project()) implementation(project())
@ -178,7 +178,7 @@ testing {
val integrationTest by registering(JvmTestSuite::class) { val integrationTest by registering(JvmTestSuite::class) {
testType.set(TestSuiteType.INTEGRATION_TEST) testType.set(TestSuiteType.INTEGRATION_TEST)
useTestNG("7.7.0") useTestNG("7.7.1")
dependencies { dependencies {
implementation(project()) implementation(project())

View File

@ -15,6 +15,6 @@ kotlin.code.style=official
javafx.version=19 javafx.version=19
lwjgl.version=3.3.2-SNAPSHOT lwjgl.version=3.3.2-SNAPSHOT
ikonli.version=12.3.1 ikonli.version=12.3.1
netty.version=4.1.86.Final netty.version=4.1.87.Final
jackson.version=2.14.1 jackson.version=2.14.1
kutil.version=1.19.1 kutil.version=1.19.1