Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the gradle-deps group with 2 updates: com.github.ajalt.clikt:clikt and ch.qos.logback:logback-classic.

Updates com.github.ajalt.clikt:clikt from 5.0.3 to 5.1.0

Release notes

Sourced from com.github.ajalt.clikt:clikt's releases.

5.1.0

Added

  • Added parameter name to help output for ValueSource values. (#631)
  • Added inputEvents parameter to CliktCommand.test overloads for simulating terminal input. (#630)
  • Added defaultLazy to mutually exclusive options. (#616)
  • Added overloads for choice() that accept a List of choices. (#596)

Changed

  • prompt() options will report a missing option instead of prompting when the terminal is not interactive. You can pass inputInteractive = true to CliktCommand.test to test prompt(). (#622)
  • SuspendingNoOpCliktCommand is now open to match NoOpCliktCommand. (#613)
  • Improved error messages for invalid uint() and ulong() option values. (#624)
  • Update Kotlin to 2.3.0

Fixed

  • Fixed adjacent quoted tokens not being concatenated in argument files. (#632)
  • Fixed subcommand localization inheritance. (#588)
Changelog

Sourced from com.github.ajalt.clikt:clikt's changelog.

5.1.0

Added

  • Added parameter name to help output for ValueSource values. (#631)
  • Added inputEvents parameter to CliktCommand.test overloads for simulating terminal input. (#630)
  • Added defaultLazy to mutually exclusive options. (#616)
  • Added overloads for choice() that accept a List of choices. (#596)

Changed

  • prompt() options will report a missing option instead of prompting when the terminal is not interactive. You can pass inputInteractive = true to CliktCommand.test to test prompt(). (#622)
  • SuspendingNoOpCliktCommand is now open to match NoOpCliktCommand. (#613)
  • Improved error messages for invalid uint() and ulong() option values. (#624)
  • Update Kotlin to 2.3.0

Fixed

  • Fixed adjacent quoted tokens not being concatenated in argument files. (#632)
  • Fixed subcommand localization inheritance. (#588)
Commits

Updates ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-deps group with 2 updates: [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `com.github.ajalt.clikt:clikt` from 5.0.3 to 5.1.0
- [Release notes](https://github.com/ajalt/clikt/releases)
- [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
- [Commits](ajalt/clikt@5.0.3...5.1.0)

Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

---
updated-dependencies:
- dependency-name: com.github.ajalt.clikt:clikt
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 19, 2026
@sonarqubecloud
Copy link

@wadoon wadoon merged commit 6f4a31d into main Jan 19, 2026
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/gradle-deps-40003ab941 branch January 19, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants