From 893845e74f9b095cf1bae2d8936f6b4c164437c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:29:28 +0000 Subject: [PATCH] chore(deps): update gradle dependencies --- build.gradle.kts | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index aadb265..3fc4aa4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,9 +7,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "com.github.monosoul" plugins { - id("org.jetbrains.intellij") version "1.13.3" - kotlin("jvm") version "1.8.20" - id("org.jetbrains.kotlinx.kover") version "0.6.1" + id("org.jetbrains.intellij") version "1.17.2" + kotlin("jvm") version "1.9.22" + id("org.jetbrains.kotlinx.kover") version "0.7.6" } kover { @@ -29,12 +29,12 @@ intellij { dependencies { implementation(kotlin("stdlib-jdk8")) - testImplementation(platform("org.junit:junit-bom:5.9.2")) + testImplementation(platform("org.junit:junit-bom:5.10.2")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-launcher") testImplementation("io.strikt:strikt-jvm:0.34.1") - testImplementation("io.mockk:mockk-jvm:1.13.5") - testImplementation("org.apache.commons:commons-lang3:3.12.0") + testImplementation("io.mockk:mockk-jvm:1.13.10") + testImplementation("org.apache.commons:commons-lang3:3.14.0") } tasks { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c85a1f..509c4a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists