chore(deps): update all
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| gradle (source) | minor | 8.7 -> 8.8 |
|||||
| com.google.protobuf:protobuf-java (source) | dependencies | minor | 4.26.1 -> 4.27.2 |
||||
| com.google.firebase:firebase-crashlytics | dependencies | patch | 18.6.3 -> 18.6.4 |
||||
| com.google.firebase:firebase-analytics | dependencies | patch | 21.6.1 -> 21.6.2 |
||||
| androidx.test.espresso:espresso-core | dependencies | minor | 3.5.1 -> 3.6.1 |
||||
| androidx.test:runner | dependencies | minor | 1.5.2 -> 1.6.1 |
||||
| androidx.compose.ui:ui-test-manifest (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.compose.ui:ui-tooling (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.compose.ui:ui-test-junit4 (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.compose:compose-bom | dependencies | minor | 2024.05.00 -> 2024.06.00 |
||||
| androidx.compose.ui:ui-tooling-preview (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.compose.ui:ui-graphics (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.compose.ui:ui (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.compose.ui:ui-viewbinding (source) | dependencies | patch | 1.6.7 -> 1.6.8 |
||||
| androidx.lifecycle:lifecycle-viewmodel-ktx (source) | dependencies | minor | 2.7.0 -> 2.8.3 |
||||
| androidx.lifecycle:lifecycle-runtime-ktx (source) | dependencies | minor | 2.7.0 -> 2.8.3 |
||||
| androidx.fragment:fragment-ktx (source) | dependencies | minor | 1.7.0 -> 1.8.1 |
||||
| androidx.viewpager2:viewpager2 (source) | dependencies | patch | 1.1.0-rc01 -> 1.1.0 |
||||
| androidx.appcompat:appcompat (source) | dependencies | minor | 1.6.1 -> 1.7.0 |
||||
| composeOptions (source) | dependencies | patch | 1.5.13 -> 1.5.14 |
||||
| com.google.code.gson:gson | dependencies | minor | 2.10.1 -> 2.11.0 |
||||
| org.xerial:sqlite-jdbc | dependencies | minor | 3.45.3.0 -> 3.46.0.0 |
||||
| com.github.briandilley.jsonrpc4j:jsonrpc4j | dependencies | patch | 1.6 -> 1.6.0 |
||||
| com.aurora:gplayapi | dependencies | minor | 3.2.11 -> 3.3.0 |
||||
| org.jetbrains:markdown | dependencies | patch | 0.7.2 -> 0.7.3 |
||||
| androidx.test.ext:junit | dependencies | minor | 1.1.5 -> 1.2.1 |
||||
| org.apache.maven:maven-artifact | dependencies | patch | 3.9.6 -> 3.9.8 |
||||
| com.google.devtools.ksp (source) | plugin | patch | 1.9.23-1.0.20 -> 1.9.24-1.0.20 |
||||
| com.google.gms:google-services (source) | dependencies | patch | 4.4.1 -> 4.4.2 |
||||
| com.fasterxml.jackson.core:jackson-databind (source) | dependencies | minor | 2.13.4 -> 2.17.1 |
Release Notes
gradle/gradle (gradle)
v8.8: 8.8
The Gradle team is excited to announce Gradle 8.8.
We would like to thank the following community members for their contributions to this release of Gradle: Björn Kautler, Denes Daniel, Fabian Windheuser, Hélio Fernandes Sebastião, Jay Wei, jhrom, jwp345, Jörgen Andersson, Kirill Gavrilov, MajesticMagikarpKing, Maksim Lazeba, Philip Wedemann, Robert Elliot, Róbert Papp, Stefan M., Tibor Vyletel, Tony Robalik, Valentin Kulesh, Yanming Zhou, 김용후
Upgrade instructions
Switch your build to use Gradle 8.8 by updating your wrapper:
./gradlew wrapper --gradle-version=8.8
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.
xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)
v3.46.0.0
Changelog
🚀 Features
sqlite
- upgrade to sqlite 3.46.0 (dfa37a1)
🔄️ Changes
- fix typos in comment (662fb09)
🛠 Build
deps
- bump org.jreleaser:jreleaser-maven-plugin (2ae0884)
- bump org.apache.maven.plugins:maven-gpg-plugin (88fa86f)
- bump org.apache.maven.plugins:maven-jar-plugin (7f3fd87)
- bump org.graalvm.sdk:nativeimage from 24.0.0 to 24.0.1 (d9fd689)
- bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 (9e4a9df)
deps-dev
- bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (ce10957)
unscoped
- fix failing multi-arch (db057a8)
Contributors
We'd like to thank the following people for their contributions: CRaLFa, Gauthier, Gauthier Roebroeck, Kristof
JetBrains/markdown (org.jetbrains:markdown)
v0.7.3
- Removed fastutil dependency
- Updated Kotlin version to
2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.