Skip to content

Commit

Permalink
chore(deps): bump the gradle-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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](ajalt/clikt@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](ctongfei/progressbar@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 927d7b1 commit b06aa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autobuilder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b06aa01

Please sign in to comment.