From e35a660d76d79084cc3e6591ec0170ba6017798a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:41:22 +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.32` | | org.apache.maven:maven-artifact | `3.9.10` | `3.9.15` | | [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.7.0` | `0.7.1` | | [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.7` | `7.0.14` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.8-jre` | `33.6.0-jre` | | [io.ktor:ktor-bom](https://github.com/ktorio/ktor) | `3.1.3` | `3.4.3` | | [com.fleeksoft.ksoup:ksoup](https://github.com/fleeksoft/ksoup) | `0.2.4` | `0.2.6` | | [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.32.0` | `0.36.0` | Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.32 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.32) Updates `org.apache.maven:maven-artifact` from 3.9.10 to 3.9.15 Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/compare/v0.7.0...v0.7.1) Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.7 to 7.0.14 - [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.14) Updates `com.google.guava:guava` from 33.4.8-jre to 33.6.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.4.3 - [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.4.3) Updates `com.fleeksoft.ksoup:ksoup` from 0.2.4 to 0.2.6 - [Release notes](https://github.com/fleeksoft/ksoup/releases) - [Commits](https://github.com/fleeksoft/ksoup/compare/0.2.4...0.2.6) Updates `com.vanniktech.maven.publish.base` from 0.32.0 to 0.36.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.36.0) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.32 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.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-version: 0.7.1 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.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.google.guava:guava dependency-version: 33.6.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.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.fleeksoft.ksoup:ksoup dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.vanniktech.maven.publish.base dependency-version: 0.36.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 a1faad4..d15aef0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,8 +38,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.32") + implementation("org.apache.maven:maven-artifact:3.9.15") } ktfmt { kotlinLangStyle() } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 19aee05..af810bb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ [versions] kotlin = "2.3.21" hoplite = "2.9.0" -vanniktech-publish = "0.32.0" +vanniktech-publish = "0.36.0" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } @@ -13,12 +13,12 @@ ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.26.0" } [libraries] kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" } -kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.0" } -oshai-kotlinLogging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.7" } +kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1" } +oshai-kotlinLogging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.14" } 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.6.0-jre" } -ktor-bom = { module = "io.ktor:ktor-bom", version = "3.1.3" } +ktor-bom = { module = "io.ktor:ktor-bom", version = "3.4.3" } ktor-client-core = { module = "io.ktor:ktor-client-core" } ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp" } @@ -28,7 +28,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.6" } ##### Testing libraries