From d87c81aeb7bc5874308fe404a874dd01c691dce4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 06:12:42 +0000 Subject: [PATCH] Update build system --- build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle.kts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 14f7949..5dd2374 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("maven-publish") // Detekt Code Quality Plugin - id("dev.detekt") version "2.0.0-alpha.2" + id("dev.detekt") version "2.0.0-alpha.6" // Kotlin Plugins kotlin("jvm") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbc3ce4..c42672d 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-9.4.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle.kts b/settings.gradle.kts index cec30fd..a5a7c2b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,8 +1,8 @@ pluginManagement { // Include Kotlin & Kotlin Serialization Plugins plugins { - kotlin("jvm") version "2.3.10" - kotlin("plugin.serialization") version "2.3.10" + kotlin("jvm") version "2.4.10" + kotlin("plugin.serialization") version "2.4.10" } }