Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 1ee9dab commit 861ef87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -27,16 +27,16 @@ 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 ktorVersion = "3.0.3"
val logbackVersion = "1.5.14"
val coroutineVersion = "1.10.1"
val graphQLKotlinVersion = "8.2.1"
val flywayVersion = "11.1.0"
val sentryVersion = "7.19.0"

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")
}
}
Expand Down Expand Up @@ -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")
Expand All @@ -108,11 +108,11 @@ 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.mockk:mockk:1.13.14")
testImplementation("io.insert-koin:koin-test:4.0.0")
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")
testImplementation("com.h2database:h2:2.3.232")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 861ef87

Please sign in to comment.