diff --git a/build.gradle b/build.gradle index 3494351f..3d574395 100644 --- a/build.gradle +++ b/build.gradle @@ -116,9 +116,9 @@ subprojects { implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16' testImplementation 'com.google.truth:truth:1.4.4' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.10' testImplementation project(':utils-test') diff --git a/geteta/build.gradle b/geteta/build.gradle index d6afaddf..af3eab44 100644 --- a/geteta/build.gradle +++ b/geteta/build.gradle @@ -24,7 +24,7 @@ dependencies { api 'com.github.jferard:fastods:0.8.1' api 'com.github.ajalt.clikt:clikt:4.4.0' - api 'com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3' + api 'com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0' //compile 'io.github.config4k:config4k:0.4.1'