From 50a3da13ea4fb43e0ba7b00deea3050965c9d967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:05:42 +0000 Subject: [PATCH] chore: bump the gradle-updates group across 1 directory with 3 updates Bumps the gradle-updates group with 3 updates in the / directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), org.apache.maven:maven-artifact and [io.ktor:ktor-bom](https://github.com/ktorio/ktor). Updates `ch.qos.logback:logback-classic` from 1.5.32 to 1.5.34 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.32...v_1.5.34) Updates `org.apache.maven:maven-artifact` from 3.9.15 to 3.9.16 Updates `io.ktor:ktor-bom` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.4.3...3.5.0) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: io.ktor:ktor-bom dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1adc636..c61f879 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,8 +37,8 @@ dependencies { implementation(libs.sksmauel.hoplite) implementation(libs.sksmauel.hoplite.json) - implementation("ch.qos.logback:logback-classic:1.5.32") - implementation("org.apache.maven:maven-artifact:3.9.15") + implementation("ch.qos.logback:logback-classic:1.5.34") + implementation("org.apache.maven:maven-artifact:3.9.16") } ktfmt { kotlinLangStyle() } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index af810bb..c98d847 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ oshai-kotlinLogging = { module = "io.github.oshai:kotlin-logging-jvm", version = pearx-kasechange = { module = "net.pearx.kasechange:kasechange-jvm", version = "1.4.1" } guava = { module = "com.google.guava:guava", version = "33.6.0-jre" } -ktor-bom = { module = "io.ktor:ktor-bom", version = "3.4.3" } +ktor-bom = { module = "io.ktor:ktor-bom", version = "3.5.0" } ktor-client-core = { module = "io.ktor:ktor-client-core" } ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp" }