| commit | a224ce2fb8298a733475e66fa56b7d6cfea4dfff | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jan 19 09:45:44 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Mar 14 16:10:30 2026 +0100 |
| tree | d9a2f1a9a738649fc1d8e3126990a5ec48c85025 | |
| parent | a39acf4a265b3192b37513cd422bfc72b94d1541 [diff] [blame] |
Bump me.tongfei:progressbar from 0.10.1 to 0.10.2 Bumps [me.tongfei:progressbar](https://github.com/ctongfei/progressbar) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/ctongfei/progressbar/releases) - [Changelog](https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md) - [Commits](https://github.com/ctongfei/progressbar/compare/0.10.1...0.10.2) --- updated-dependencies: - dependency-name: me.tongfei:progressbar dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #28 Change-Id: I1ec07b8b650a58f2d4e8a9c2844a9cc5e86ed635
diff --git a/app/build.gradle b/app/build.gradle index e1b3498..23db8e8 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -56,7 +56,7 @@ implementation 'org.slf4j:slf4j-simple:2.0.17' implementation 'org.apache.ant:ant:1.10.15' implementation 'org.apache.commons:commons-compress:1.28.0' - implementation 'me.tongfei:progressbar:0.10.1' + implementation 'me.tongfei:progressbar:0.10.2' implementation 'org.lz4:lz4-java:1.8.0' // Fix XML APIs conflict - force resolution to the non-relocated version