Skip to content

Commit

Permalink
fix(deps): update dependency info.picocli:picocli to v4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2023
1 parent 07f88e2 commit 5989c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotest = "5.6.1"
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
picocli = { module = "info.picocli:picocli", version = "4.7.2" }
picocli = { module = "info.picocli:picocli", version = "4.7.3" }

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "1.8.10" }
Expand Down

0 comments on commit 5989c7c

Please sign in to comment.