From 5047e539adef361fb8ce367b4c1bedad74beafae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:42:25 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/test.yaml | 2 +- build.gradle.kts | 12 ++++++------ docker-compose.yml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3ae26f4c..6cd03ec4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest services: db: - image: postgres:17.0 + image: postgres:17.1 ports: - 5432:5432 env: diff --git a/build.gradle.kts b/build.gradle.kts index 279fb0ca..ea7878ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { val kotlinVersion = "2.0.21" kotlin("jvm") version kotlinVersion application - id("org.flywaydb.flyway") version "10.20.1" + id("org.flywaydb.flyway") version "10.21.0" id("org.jetbrains.kotlin.plugin.serialization") version kotlinVersion id("com.adarshr.test-logger") version "4.0.0" id("com.expediagroup.graphql") version "8.2.1" @@ -31,13 +31,13 @@ val ktorVersion = "3.0.1" val logbackVersion = "1.5.12" val coroutineVersion = "1.9.0" val graphQLKotlinVersion = "8.2.1" -val flywayVersion = "10.20.1" -val sentryVersion = "7.16.0" +val flywayVersion = "10.21.0" +val sentryVersion = "7.17.0" buildscript { dependencies { classpath("io.github.cdimascio:dotenv-kotlin:6.4.2") - classpath("org.flywaydb:flyway-database-postgresql:10.20.1") + classpath("org.flywaydb:flyway-database-postgresql:10.21.0") } } @@ -89,12 +89,12 @@ dependencies { implementation("mysql:mysql-connector-java:8.0.33") implementation("org.postgresql:postgresql:42.7.4") implementation("p6spy:p6spy:3.9.1") - implementation("com.zaxxer:HikariCP:6.1.0") + 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("de.svenkubiak:jBCrypt:0.4.3") - implementation("io.konform:konform:0.8.0") + implementation("io.konform:konform:0.10.0") implementation("io.lettuce:lettuce-core:6.5.0.RELEASE") implementation("org.flywaydb:flyway-core:$flywayVersion") implementation("org.flywaydb:flyway-mysql:$flywayVersion") diff --git a/docker-compose.yml b/docker-compose.yml index 1de8aa19..ac9256d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: postgres: - image: postgres:17.0 + image: postgres:17.1 ports: - "5432:5432" volumes: diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72b..94113f20 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.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME