Skip to content

Commit

Permalink
chore(deps): bump the gradle-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 4 updates: [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt), [me.tongfei:progressbar](https://github.com/ctongfei/progressbar), [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) and org.slf4j:slf4j-api.


Updates `com.github.ajalt.clikt:clikt` from 4.2.2 to 4.4.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.4.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)

Updates `io.github.oshai:kotlin-logging-jvm` from 6.0.3 to 6.0.9
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md)
- [Commits](oshai/kotlin-logging@6.0.3...6.0.9)

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

---
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
- 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.slf4j:slf4j-api
  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 29, 2024
1 parent 927d7b1 commit 707c60e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autobuilder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ 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.4.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("io.github.oshai:kotlin-logging-jvm:6.0.9")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("org.slf4j:slf4j-api:2.0.12")
implementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit 707c60e

Please sign in to comment.