From cc9a53b05618706dc4d4a9a9d663688c835e9e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:01:58 +0000 Subject: [PATCH] chore(deps): bump the gradle-dependencies group across 1 directory with 5 updates Bumps the gradle-dependencies group with 5 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` | | [com.github.ajalt.mordant:mordant](https://github.com/ajalt/mordant) | `3.0.0` | `3.0.1` | | org.apache.logging.log4j:log4j-slf4j2-impl | `2.24.1` | `2.24.2` | 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/v2.1.0/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/v2.1.0/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 `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 `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.2 --- 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: com.github.ajalt.mordant:mordant 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 | 4 ++-- build.gradle.kts | 4 ++-- settings.gradle.kts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/autobuilder/build.gradle.kts b/autobuilder/build.gradle.kts index 4efa0de..bb13de0 100644 --- a/autobuilder/build.gradle.kts +++ b/autobuilder/build.gradle.kts @@ -19,9 +19,9 @@ dependencies { 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("com.github.ajalt.mordant:mordant:3.0.1") implementation("io.github.oshai:kotlin-logging-jvm:7.0.0") - implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1") + implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.2") 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..8d9dcdd 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")) }