From bf8767e92cdbc4f377cb4d4489dbe8544493a348 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:46:28 +0000 Subject: [PATCH] Update kotlin monorepo to v2 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7911726..13fe1bb 100644 --- a/build.gradle +++ b/build.gradle @@ -50,10 +50,10 @@ repositories { dependencies { compileOnly 'com.charleskorn.kaml:kaml:0.59.0' - compileOnly 'org.jetbrains.kotlin:kotlin-reflect:1.9.25' + compileOnly 'org.jetbrains.kotlin:kotlin-reflect:2.0.21' compileOnly 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT' - api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25' + api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21' //noinspection GradlePackageUpdate api('org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0') { exclude group: 'org.jetbrains.kotlin' @@ -75,11 +75,11 @@ dependencies { testImplementation 'commons-io:commons-io:2.17.0' testImplementation 'com.charleskorn.kaml:kaml:0.59.0' testImplementation 'org.apache.commons:commons-lang3:3.17.0' - testImplementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.25' + testImplementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.21' testImplementation 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT' testImplementation 'com.google.code.gson:gson:2.11.0' - testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.25' + testImplementation 'org.jetbrains.kotlin:kotlin-test:2.0.21' testImplementation 'junit:junit:4.13.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'