fix(deps): update all dependencies #104
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4
->v5
v9
->v11
8.14
->9.0.0
1.3.4
->1.4.0
1.3.4
->1.4.0
1.4.0
->1.5.0
12.1.2
->12.2.4
12.1.2
->12.2.4
1.1.1
->1.1.7
3.0.3
->3.0.6
33.13.0
->34.1.0
4.4.2
->4.4.3
2.0.1
->2.1.0
2.0.1
->2.1.0
2.0.1
->2.1.0
2.0.1
->2.1.0
2.0.1
->2.1.0
2.0.5
->2.0.6
2.0.5
->2.0.6
0.91.0
->0.91.2
0.91.0
->0.91.2
2.0.1
->2.1.0
3.1.3
->3.2.3
3.1.3
->3.2.3
3.1.3
->3.2.3
3.1.3
->3.2.3
3.1.3
->3.2.3
3.1.0
->3.3.0
3.1.0
->3.3.0
3.1.0
->3.3.0
3.1.0
->3.3.0
2.10.1
->2.10.3
2.10.1
->2.10.3
1.6.1
->1.8.0
1.6.1
->1.8.0
1.6.1
->1.8.0
1.6.1
->1.8.0
1.6.1
->1.8.0
1.6.1
->1.8.0
2.9.0
->2.9.3
1.0.4
->1.1.0
2025.05.00
->2025.08.00
2.9.0
->2.9.2
2.9.0
->2.9.2
3.6.1
->3.7.0
1.6.1
->1.7.0
1.6.2
->1.7.0
1.2.1
->1.3.0
1.2.0
->1.2.1
1.14.2
->1.14.5
3.11.0
->3.16.0
1.43.1
->1.49.0
1.43.1
->1.49.0
1.43.1
->1.49.0
1.43.1
->1.49.0
4.14.1
->4.15.1
1.16.0
->1.17.0
2.56.2
->2.57
2.56.2
->2.57
2.56.2
->2.57
12.2.0
->13.0.0
12.2.0
->13.0.0
8.9.2
->8.12.0
8.9.2
->8.12.1
8.9.2
->8.12.1
8.9.2
->8.12.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v5
Compare Source
dawidd6/action-download-artifact (dawidd6/action-download-artifact)
v11
Compare Source
Full Changelog: dawidd6/action-download-artifact@v10...v11
v10
Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-download-artifact@v9...v10
gradle/gradle (gradle)
v9.0.0
Compare Source
v8.14.3
: 8.14.3Compare Source
The Gradle team is excited to announce Gradle 8.14.3.
This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.3 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.14.2
Compare Source
v8.14.1
Compare Source
ReactiveCircus/app-versioning (io.github.reactivecircus.app-versioning)
v1.5.0
Compare Source
Changed
compileOnly
dependency oncom.android.tools:common
to support future version of AGP.mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-compose-m3)
v12.2.4
Compare Source
🐛 Fixes
Contributors:
v12.2.3
Compare Source
🐛 Fixes
findLibraries
taskContributors:
v12.2.2
Compare Source
🐛 Fixes
Contributors:
v12.2.1
Compare Source
🐛 Fixes
💬 Other
Contributors:
v12.2.0
Compare Source
🚀 Features
Libs
on Android🐛 Fixes
💬 Other
Contributors:
sqldelight/sqldelight (app.cash.sqldelight)
v2.1.0
Compare Source
Added
Changed
Fixed
DriverInitializer
beforeGenerateSchemaTask
(#5562 by [Emeka Nwagu][nwagu])v2.0.2
Compare Source
Added
Changed
Fixed
touchlab/Kermit (co.touchlab:kermit-crashlytics)
v2.0.6
Compare Source
Changed
RollingFileLogWriter
OSLogWriter
now have a kermit prefix to avoid conflicts with other librariessample-production
pdvrieze/xmlutil (io.github.pdvrieze.xmlutil:serialization)
v0.91.2
*(July 27, 2025)
Features:
defaultPrimitiveOutputKind
anddefaultObjectOutputKind
configurable attributes rather than (overridable) properties (#285).
namespace specification, but implicitly mapped to the xml namespace:
http://www.w3.org/XML/1998/namespace
. Note that while not enforcedit is not valid to declare the prefix to have any different value.
Adresses #289.
Changes:
DefaultSerializationPolicy
. This might have slight consequencesin binary compatibility for (experimental) inheritance.
DelegatingSerializer
(in serialutil) to take the serialname as parameter as using the delegate is not valid.
Fixes:
@XmlIgnoreSpace(true)
annotation.(node, compactFragment). This addresses bug #291 with two separate,
but equivalent erro
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.