Skip to content

fix(deps): bump me.tongfei:progressbar from 0.9.5 to 0.10.2#403

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/me.tongfei-progressbar-0.10.2
Open

fix(deps): bump me.tongfei:progressbar from 0.9.5 to 0.10.2#403
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/me.tongfei-progressbar-0.10.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps me.tongfei:progressbar from 0.9.5 to 0.10.2.

Release notes

Sourced from me.tongfei:progressbar's releases.

0.10.2

  • Improvements:
    • Restored JDK 8 compatibility by using a multi-release JAR. The library now works on JDK 8+ while still providing JPMS module support for JDK 9+. This fixes #175. Thanks @​LyingDoc !
  • Bugfixes:

0.10.1

  • Improvements:
    • Changed the JPMS module dependency org.jline to a more fine-grained module org.jline.terminal (#158, PR #159). Thanks @​brett-smith !
    • Added a new builder method setRenderer to allow custom renderers (#157). Thanks @​drothmaler !

0.10.0

Changelog

Sourced from me.tongfei:progressbar's changelog.

Changelog

  • 0.10.2:

    • Improvements:
      • Restored JDK 8 compatibility by using a multi-release JAR. The library now works on JDK 8+ while still providing JPMS module support for JDK 9+. This fixes #175. Thanks @​LyingDoc !
    • Bugfixes:
  • 0.10.1:

    • Improvements:
      • Changed the JPMS module dependency org.jline to a more fine-grained module org.jline.terminal (#158, PR #159). Thanks @​brett-smith !
      • Added a new builder method setRenderer to allow custom renderers (#157). Thanks @​drothmaler !
  • 0.10.0:

  • 0.9.5:

    • Bugfixes:
      • Fixed the problem of ProgressState not being public, thus making setEtaFunction useless (#147, PR #146). Thanks @​deejgregor, @​natanfudge !
      • Correct handling of ANSI control characters in calculating the display length.
    • New functionalities:
      • Added a new UNICODE_COLORFUL_BAR style.
  • 0.9.4:

    • New functionalities:
      • In ProgressBarBuilders, one can now switch whether to show the remaining time, or to provide a custom function to compute the remaining time (if the progress is not linear) (#131). Thanks @​MagnusErikssonAB !
      • In ProgressBarBuilders, one can now set .clearDisplayOnFinish() to clear the display on terminals when a progress is complete (#135). Thanks @​mattparkins !
      • Added a method ProgressBar::isIndefinite to check if a progress bar's max is unknown (#140). Thanks @​lt3stus3el !
    • Bugfixes:
      • Fixed the bug of not drawing after resetting or stepping back caused by #91 (#124). Thanks @​Bricktheworld !
      • Suppress exceptions thrown in Spliterator.estimateSize and continue as if indefinite (#141). Thanks @​seanf !
    • Dependency version bump.
  • 0.9.3:

    • New functionalities:
      • Supports for wrapping around java.io.OutputStreams and java.io.Writers (#114). Thanks @​azachar !
      • Added continuousUpdate boolean parameter to various constructors and the ProgressUpdateAction so that long-running processes don't take forever to print something (#121, PR #120). Thanks @​gaoagong !
    • Performance improvements:
    • Bugfixes:
      • Displays a progress bar immediately after it starts, regardless of whether it has made any progress (#117). Thanks @​azachar !
      • Closing a progress bar will now force the progress bar to refresh (PR #110). Thanks @​kmtong !
      • Using a default DecimalFormat object if isSpeedShown is true as it will otherwise throw a NullPointerException during rendering (#121, PR #120). Thanks @​gaoagong !
    • Dependency bump. Specifically:
  • 0.9.2:

    • New functionalities:
      • Supports for wrapping around java.io.Readers.

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [me.tongfei:progressbar](https://github.com/ctongfei/progressbar) from 0.9.5 to 0.10.2.
- [Release notes](https://github.com/ctongfei/progressbar/releases)
- [Changelog](https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md)
- [Commits](ctongfei/progressbar@0.9.5...0.10.2)

---
updated-dependencies:
- dependency-name: me.tongfei:progressbar
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 16, 2026
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.

1 participant