From 4f21e80ec0f3a71d44260f92783453a823cbf31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:53:30 +0000 Subject: [PATCH] chore(deps): bump the gradle-dependencies group across 1 directory with 8 updates Bumps the gradle-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | org.gradle.toolchains.foojay-resolver-convention | `0.8.0` | `0.9.0` | | [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) | `5.0.1` | `5.0.2` | | [com.github.ajalt.mordant:mordant](https://github.com/ajalt/mordant) | `3.0.0` | `3.0.1` | | [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.0` | `7.0.3` | | org.apache.logging.log4j:log4j-slf4j2-impl | `2.24.1` | `2.24.3` | Updates `jvm` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) Updates `plugin.serialization` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.8.0 to 0.9.0 Updates `com.github.ajalt.clikt:clikt` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/ajalt/clikt/releases) - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/clikt/compare/5.0.1...5.0.2) Updates `com.github.ajalt.mordant:mordant` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/ajalt/mordant/releases) - [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md) - [Commits](https://github.com/ajalt/mordant/compare/3.0.0...3.0.1) Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.0 to 7.0.3 - [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.0...7.0.3) Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.3 --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.github.ajalt.mordant:mordant dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- autobuilder/build.gradle.kts | 8 ++++---- build.gradle.kts | 4 ++-- settings.gradle.kts | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/autobuilder/build.gradle.kts b/autobuilder/build.gradle.kts index 4efa0de..ade174d 100644 --- a/autobuilder/build.gradle.kts +++ b/autobuilder/build.gradle.kts @@ -18,10 +18,10 @@ dependencies { implementation(platform(libs.kotlinx.coroutine.bom)) implementation(libs.kotlinx.coroutine.core) implementation(libs.kotlinx.serialization.json) - implementation("com.github.ajalt.clikt:clikt:5.0.1") - implementation("com.github.ajalt.mordant:mordant:3.0.0") - implementation("io.github.oshai:kotlin-logging-jvm:7.0.0") - implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1") + implementation("com.github.ajalt.clikt:clikt:5.0.2") + implementation("com.github.ajalt.mordant:mordant:3.0.1") + implementation("io.github.oshai:kotlin-logging-jvm:7.0.3") + implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3") implementation("org.slf4j:slf4j-api:2.0.16") testImplementation("org.assertj:assertj-core:3.26.3") testImplementation(kotlin("test")) diff --git a/build.gradle.kts b/build.gradle.kts index 63cad1b..abdc813 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.0.21" apply false - kotlin("plugin.serialization") version "2.0.21" apply false + kotlin("jvm") version "2.1.0" apply false + kotlin("plugin.serialization") version "2.1.0" apply false alias(libs.plugins.ktlint) apply false } diff --git a/settings.gradle.kts b/settings.gradle.kts index 97ba05b..63c9615 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" } rootProject.name = "wakfu-autobuilder" @@ -23,7 +23,7 @@ dependencyResolutionManagement { library("fuel-coroutines", "com.github.kittinunf.fuel:fuel-coroutines:$fuelVersion") library("fuel-kotlinx", "com.github.kittinunf.fuel:fuel-kotlinx-serialization:$fuelVersion") - library("junit-bom", "org.junit:junit-bom:5.11.2") + library("junit-bom", "org.junit:junit-bom:5.11.3") plugin("ktlint", "org.jlleitschuh.gradle.ktlint").version("11.6.1") bundle("fuel", listOf("fuel-core", "fuel-coroutines", "fuel-kotlinx")) }