From b06aa01706cfb514835073c76beff71b9a7886a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:31:26 +0000 Subject: [PATCH] chore(deps): bump the gradle-dependencies group with 2 updates Bumps the gradle-dependencies group with 2 updates: [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) and [me.tongfei:progressbar](https://github.com/ctongfei/progressbar). Updates `com.github.ajalt.clikt:clikt` from 4.2.2 to 4.3.0 - [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/4.2.2...4.3.0) Updates `me.tongfei:progressbar` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/ctongfei/progressbar/releases) - [Changelog](https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md) - [Commits](https://github.com/ctongfei/progressbar/compare/0.10.0...0.10.1) --- updated-dependencies: - dependency-name: com.github.ajalt.clikt:clikt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: me.tongfei:progressbar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- autobuilder/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autobuilder/build.gradle.kts b/autobuilder/build.gradle.kts index 3af35d8..3e171b5 100644 --- a/autobuilder/build.gradle.kts +++ b/autobuilder/build.gradle.kts @@ -18,8 +18,8 @@ dependencies { implementation(platform(libs.kotlinx.coroutine.bom)) implementation(libs.kotlinx.coroutine.core) implementation(libs.kotlinx.serialization.json) - implementation("com.github.ajalt.clikt:clikt:4.2.2") - implementation("me.tongfei:progressbar:0.10.0") + implementation("com.github.ajalt.clikt:clikt:4.3.0") + implementation("me.tongfei:progressbar:0.10.1") implementation("de.vandermeer:asciitable:0.3.2") implementation("io.github.oshai:kotlin-logging-jvm:6.0.3") implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")