From 5563f440777c6acc8ad05d278b30c96120e98f9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 09:37:22 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/build.yml | 2 +- build.gradle.kts | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c551ea2..072229b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: - name: Collect JaCoCo Report if: ${{ github.event_name != 'pull_request' }} id: jacoco_reporter - uses: PavanMudigonda/jacoco-reporter@v5.0 + uses: PavanMudigonda/jacoco-reporter@v5.1 with: coverage_results_path: build/jacoco.xml coverage_report_name: Code Coverage diff --git a/build.gradle.kts b/build.gradle.kts index 486f2cf..b6b7a1d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "2.3.10" + kotlin("jvm") version "2.3.20" id("org.jetbrains.dokka") version "2.1.0" id("io.github.goooler.shadow") version "8.1.8" @@ -26,8 +26,8 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") implementation("org.mariadb.jdbc:mariadb-java-client:3.5.7") - implementation("org.jetbrains.exposed:exposed-core:1.0.0") - implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0") + implementation("org.jetbrains.exposed:exposed-core:1.1.1") + implementation("org.jetbrains.exposed:exposed-jdbc:1.1.1") testImplementation(kotlin("test")) testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbc3ce4..c61a118 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.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME