From 052b3bb6e5dff7e2452314a0663bc831b5aef862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:13:48 +0000 Subject: [PATCH] Update all non-major dependencies --- build.gradle.kts | 26 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 3 +-- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ba44f5b5..b11fba2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { id("com.adarshr.test-logger") version "4.0.0" id("com.expediagroup.graphql") version "8.2.1" id("org.jetbrains.kotlinx.kover") version "0.9.0" - id("io.ktor.plugin") version "3.0.2" + id("io.ktor.plugin") version "3.0.3" } group = "com.tumugin" @@ -26,17 +26,17 @@ repositories { } val exposedVersion = "0.57.0" -val koinVersion = "4.0.0" -val ktorVersion = "3.0.2" -val logbackVersion = "1.5.12" -val coroutineVersion = "1.9.0" +val koinVersion = "4.0.1" +val ktorVersion = "3.0.3" +val logbackVersion = "1.5.15" +val coroutineVersion = "1.10.1" val graphQLKotlinVersion = "8.2.1" val flywayVersion = "11.1.0" -val sentryVersion = "7.19.0" +val sentryVersion = "7.19.1" buildscript { dependencies { - classpath("io.github.cdimascio:dotenv-kotlin:6.4.2") + classpath("io.github.cdimascio:dotenv-kotlin:6.5.0") classpath("org.flywaydb:flyway-database-postgresql:11.1.0") } } @@ -92,7 +92,7 @@ dependencies { implementation("com.zaxxer:HikariCP:6.2.1") implementation("io.insert-koin:koin-core:$koinVersion") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1") - implementation("io.github.cdimascio:dotenv-kotlin:6.4.2") + implementation("io.github.cdimascio:dotenv-kotlin:6.5.0") implementation("de.svenkubiak:jBCrypt:0.4.3") implementation("io.konform:konform:0.10.0") implementation("io.lettuce:lettuce-core:6.5.1.RELEASE") @@ -108,12 +108,12 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion") implementation(kotlin("stdlib-jdk8")) // test(junit) - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") // test libs - testImplementation("io.mockk:mockk:1.13.13") - testImplementation("io.insert-koin:koin-test:4.0.0") + testImplementation("io.mockk:mockk:1.13.14") + testImplementation("io.insert-koin:koin-test:4.0.1") testImplementation("io.ktor:ktor-server-test-host:$ktorVersion") testImplementation("com.h2database:h2:2.3.232") testImplementation("io.ktor:ktor-client-mock:$ktorVersion") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..cea7a793 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.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f5feea6d..f3b75f3b 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum