From 697b933a62cc9eedc6f9e33f44266368e919bf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:39:12 +0000 Subject: [PATCH] chore: bump the gradle-updates group across 1 directory with 8 updates Bumps the gradle-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.19` | | org.apache.maven:maven-artifact | `3.9.10` | `3.9.11` | | [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.7` | `7.0.13` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.8-jre` | `33.5.0-jre` | | [io.ktor:ktor-bom](https://github.com/ktorio/ktor) | `3.1.3` | `3.3.0` | | [com.fleeksoft.ksoup:ksoup](https://github.com/fleeksoft/ksoup) | `0.2.4` | `0.2.5` | | [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.32.0` | `0.34.0` | | com.ncorti.ktfmt.gradle | `0.22.0` | `0.24.0` | Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.19 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.19) Updates `org.apache.maven:maven-artifact` from 3.9.10 to 3.9.11 Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.7 to 7.0.13 - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/7.0.7...7.0.13) Updates `com.google.guava:guava` from 33.4.8-jre to 33.5.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `io.ktor:ktor-bom` from 3.1.3 to 3.3.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.1.3...3.3.0) Updates `com.fleeksoft.ksoup:ksoup` from 0.2.4 to 0.2.5 - [Release notes](https://github.com/fleeksoft/ksoup/releases) - [Commits](https://github.com/fleeksoft/ksoup/compare/0.2.4...0.2.5) Updates `com.vanniktech.maven.publish.base` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.32.0...0.34.0) Updates `com.ncorti.ktfmt.gradle` from 0.22.0 to 0.24.0 --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-version: 7.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.google.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: io.ktor:ktor-bom dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.fleeksoft.ksoup:ksoup dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.vanniktech.maven.publish.base dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b10250b..4ccf774 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.18") - implementation("org.apache.maven:maven-artifact:3.9.10") + implementation("ch.qos.logback:logback-classic:1.5.19") + implementation("org.apache.maven:maven-artifact:3.9.11") } ktfmt { kotlinLangStyle() } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5b81058..eee8812 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,21 +3,21 @@ [versions] kotlin = "2.1.21" hoplite = "2.9.0" -vanniktech-publish = "0.32.0" +vanniktech-publish = "0.34.0" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } vanniktech-mavenPublishBase = { id = "com.vanniktech.maven.publish.base", version.ref = "vanniktech-publish" } -ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.22.0" } +ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.24.0" } [libraries] kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" } -oshai-kotlinLogging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.7" } +oshai-kotlinLogging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.13" } pearx-kasechange = { module = "net.pearx.kasechange:kasechange-jvm", version = "1.4.1" } -guava = { module = "com.google.guava:guava", version = "33.4.8-jre" } +guava = { module = "com.google.guava:guava", version = "33.5.0-jre" } -ktor-bom = { module = "io.ktor:ktor-bom", version = "3.1.3" } +ktor-bom = { module = "io.ktor:ktor-bom", version = "3.3.0" } ktor-client-core = { module = "io.ktor:ktor-client-core" } ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp" } @@ -27,7 +27,7 @@ ktor-client-logging = { module = "io.ktor:ktor-client-logging" } sksmauel-hoplite = { module = "com.sksamuel.hoplite:hoplite-core", version.ref = "hoplite" } sksmauel-hoplite-json = { module = "com.sksamuel.hoplite:hoplite-json", version.ref = "hoplite" } -ksoup-base = {module = "com.fleeksoft.ksoup:ksoup", version = "0.2.4" } +ksoup-base = {module = "com.fleeksoft.ksoup:ksoup", version = "0.2.5" } ##### Testing libraries