-
-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the gradle-compose group with 24 updates #2235
Closed
dependabot
wants to merge
1
commit into
compose-dev
from
dependabot/gradle/compose-dev/gradle-compose-773c8903fa
Closed
build(deps): bump the gradle-compose group with 24 updates #2235
dependabot
wants to merge
1
commit into
compose-dev
from
dependabot/gradle/compose-dev/gradle-compose-773c8903fa
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the gradle-compose group with 24 updates: | Package | From | To | | --- | --- | --- | | androidx.lifecycle:lifecycle-runtime-ktx | `2.8.3` | `2.8.6` | | androidx.lifecycle:lifecycle-runtime-compose | `2.8.3` | `2.8.6` | | androidx.activity:activity-compose | `1.9.0` | `1.9.2` | | androidx.paging:paging-common-ktx | `3.3.0` | `3.3.2` | | androidx.work:work-runtime-ktx | `2.9.0` | `2.9.1` | | androidx.compose:compose-bom | `2024.06.00` | `2024.09.02` | | androidx.compose.ui:ui-tooling | `1.6.8` | `1.7.2` | | androidx.compose.material3:material3 | `1.2.1` | `1.3.0` | | [io.coil-kt:coil-compose](https://github.com/coil-kt/coil) | `2.6.0` | `2.7.0` | | [com.google.accompanist:accompanist-drawablepainter](https://github.com/google/accompanist) | `0.34.0` | `0.36.0` | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.6.3` | `1.7.3` | | [org.jetbrains.kotlinx:kotlinx-collections-immutable](https://github.com/Kotlin/kotlinx.collections.immutable) | `0.3.7` | `0.3.8` | | [com.mikepenz:aboutlibraries-compose](https://github.com/mikepenz/AboutLibraries) | `11.1.1` | `11.2.3` | | com.mikepenz.aboutlibraries.plugin | `11.1.1` | `11.2.3` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.9` | `2.3.12` | | [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `2.3.9` | `2.3.12` | | [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `2.3.9` | `2.3.12` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.9` | `2.3.12` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.9` | `2.3.12` | | [com.mikepenz:multiplatform-markdown-renderer-m3](https://github.com/mikepenz/multiplatform-markdown-renderer) | `0.22.0` | `0.26.0` | | [com.github.pgreze:kotlin-process](https://github.com/pgreze/kotlin-process) | `1.4.1` | `1.5` | | [io.github.materiiapps:enumutil](https://github.com/MateriiApps/enumutil-kt) | `1.1.0` | `1.1.1` | | io.github.materiiapps:enumutil-ksp | `1.1.0` | `1.1.1` | | com.android.application | `8.3.2` | `8.6.1` | Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.3 to 2.8.6 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.3 to 2.8.6 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.3 to 2.8.6 Updates `androidx.activity:activity-compose` from 1.9.0 to 1.9.2 Updates `androidx.paging:paging-common-ktx` from 3.3.0 to 3.3.2 Updates `androidx.work:work-runtime-ktx` from 2.9.0 to 2.9.1 Updates `androidx.compose:compose-bom` from 2024.06.00 to 2024.09.02 Updates `androidx.compose.ui:ui-tooling` from 1.6.8 to 1.7.2 Updates `androidx.compose.material3:material3` from 1.2.1 to 1.3.0 Updates `io.coil-kt:coil-compose` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](coil-kt/coil@2.6.0...2.7.0) Updates `com.google.accompanist:accompanist-drawablepainter` from 0.34.0 to 0.36.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](google/accompanist@v0.34.0...v0.36.0) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.3 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.6.3...v1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-collections-immutable` from 0.3.7 to 0.3.8 - [Release notes](https://github.com/Kotlin/kotlinx.collections.immutable/releases) - [Changelog](https://github.com/Kotlin/kotlinx.collections.immutable/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.collections.immutable@v0.3.7...v0.3.8) Updates `com.mikepenz:aboutlibraries-compose` from 11.1.1 to 11.2.3 - [Release notes](https://github.com/mikepenz/AboutLibraries/releases) - [Commits](mikepenz/AboutLibraries@v11.1.1...11.2.3) Updates `com.mikepenz.aboutlibraries.plugin` from 11.1.1 to 11.2.3 Updates `io.ktor:ktor-client-core` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-client-logging` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-client-okhttp` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-client-logging` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-client-okhttp` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.9 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.9...2.3.12) Updates `com.mikepenz:multiplatform-markdown-renderer-m3` from 0.22.0 to 0.26.0 - [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases) - [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md) - [Commits](mikepenz/multiplatform-markdown-renderer@v0.22.0...v0.26.0) Updates `com.github.pgreze:kotlin-process` from 1.4.1 to 1.5 - [Release notes](https://github.com/pgreze/kotlin-process/releases) - [Commits](pgreze/kotlin-process@v1.4.1...v1.5) Updates `io.github.materiiapps:enumutil` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/MateriiApps/enumutil-kt/releases) - [Commits](MateriiApps/enumutil-kt@1.1.0...1.1.1) Updates `io.github.materiiapps:enumutil-ksp` from 1.1.0 to 1.1.1 Updates `io.github.materiiapps:enumutil-ksp` from 1.1.0 to 1.1.1 Updates `com.android.application` from 8.3.2 to 8.6.1 Updates `com.mikepenz.aboutlibraries.plugin` from 11.1.1 to 11.2.3 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: androidx.lifecycle:lifecycle-runtime-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: androidx.lifecycle:lifecycle-runtime-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: androidx.paging:paging-common-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: androidx.work:work-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: androidx.compose:compose-bom dependency-type: direct:production dependency-group: gradle-compose - dependency-name: androidx.compose.ui:ui-tooling dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: androidx.compose.material3:material3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: com.google.accompanist:accompanist-drawablepainter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: org.jetbrains.kotlinx:kotlinx-collections-immutable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: com.mikepenz:aboutlibraries-compose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: com.mikepenz.aboutlibraries.plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: com.mikepenz:multiplatform-markdown-renderer-m3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: com.github.pgreze:kotlin-process dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: io.github.materiiapps:enumutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.github.materiiapps:enumutil-ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: io.github.materiiapps:enumutil-ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-compose - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose - dependency-name: com.mikepenz.aboutlibraries.plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-compose ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
ReVanced Manager Compose
Regarding the Compose rewrite of ReVanced Manager
label
Oct 1, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/gradle/compose-dev/gradle-compose-773c8903fa
branch
November 1, 2024 03:23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the gradle-compose group with 24 updates:
2.8.3
2.8.6
2.8.3
2.8.6
1.9.0
1.9.2
3.3.0
3.3.2
2.9.0
2.9.1
2024.06.00
2024.09.02
1.6.8
1.7.2
1.2.1
1.3.0
2.6.0
2.7.0
0.34.0
0.36.0
1.6.3
1.7.3
0.3.7
0.3.8
11.1.1
11.2.3
11.1.1
11.2.3
2.3.9
2.3.12
2.3.9
2.3.12
2.3.9
2.3.12
2.3.9
2.3.12
2.3.9
2.3.12
0.22.0
0.26.0
1.4.1
1.5
1.1.0
1.1.1
1.1.0
1.1.1
8.3.2
8.6.1
Updates
androidx.lifecycle:lifecycle-runtime-ktx
from 2.8.3 to 2.8.6Updates
androidx.lifecycle:lifecycle-runtime-compose
from 2.8.3 to 2.8.6Updates
androidx.lifecycle:lifecycle-runtime-compose
from 2.8.3 to 2.8.6Updates
androidx.activity:activity-compose
from 1.9.0 to 1.9.2Updates
androidx.paging:paging-common-ktx
from 3.3.0 to 3.3.2Updates
androidx.work:work-runtime-ktx
from 2.9.0 to 2.9.1Updates
androidx.compose:compose-bom
from 2024.06.00 to 2024.09.02Updates
androidx.compose.ui:ui-tooling
from 1.6.8 to 1.7.2Updates
androidx.compose.material3:material3
from 1.2.1 to 1.3.0Updates
io.coil-kt:coil-compose
from 2.6.0 to 2.7.0Release notes
Sourced from io.coil-kt:coil-compose's releases.
Changelog
Sourced from io.coil-kt:coil-compose's changelog.
... (truncated)
Commits
ce14e14
Prepare 2.7.0.f34b98f
Update baseline profiles.9135616
Fix duplicate network call for chunked responses (#2363)2f64ffd
Update to Kotlin 2.0.b53f530
Fix spotlessCheck.bacaba0
Improve RealImageLoader.execute to properly call async request (#2205)95edaae
Prepare next development iteration.Updates
com.google.accompanist:accompanist-drawablepainter
from 0.34.0 to 0.36.0Release notes
Sourced from com.google.accompanist:accompanist-drawablepainter's releases.
Commits
21b1e34
Merge pull request #1790 from google/ben/stable17232badb
Upgrade upload artifactec69b6d
Remove device-tests action1318d1c
Fix device tests action06b8df6
Upgrade github action for uploading test artifactsc78ec25
Upgrade to Compose 1.7 stable3b40d2b
Merge pull request #1789 from SimonMarquis/patch-1c35db2b
Fix markdown layout bug in navigation-material.md68fa222
Prepare for next release1745adc
Merge pull request #1780 from google/bumptobetaUpdates
org.jetbrains.kotlinx:kotlinx-serialization-json
from 1.6.3 to 1.7.3Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
... (truncated)
Commits
d4d066d
Prepare 1.7.3 release (#2821)21311a6
Clarify example for SerializationException (#2806)2f1dbdb
Use explicit kotlin-stdlib and kotlin-test versions from version catalog (#2818)595bcbd
Drop usage of deprecated Any?.freeze() in K/N target (#2819)d9753af
Check against serialName instead of simpleClassName (#2802)0b015e1
Ignore NoClassDefFoundError when initializing builtins map for serializer() f...8c84a5b
Prepare 1.7.2 release (#2798)b3cfe56
Merge remote-tracking branch 'origin/master' into dev550e1a8
Rework opt-ins in build scripts (#2794)e4fa8a3
Update Annotations.kt, fixed typo: RgpPixel -> RgbPixel (#2793)Updates
org.jetbrains.kotlinx:kotlinx-collections-immutable
from 0.3.7 to 0.3.8Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-collections-immutable's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-collections-immutable's changelog.
Commits
fe7b163
fix memory leak in builders: they should not hold on to the original collecti...c60eb51
Enable KLib ABI validation38be1b4
Gradle 8.103c2248e
Bump binary-compatibility-validator version to 0.16.2 (#188)1d18389
Adds an empty input check to all addAll, removeAll, and retainAll methodsa1d250a
Avoid creating new PersistentList instance when adding all elements of an emp...16bd411
Kotlin K2 migration: add generic type to emptyList7353626
Wasm invalid gradle configuration fix7fb0d74
Add wasmJs target in benchmarks79ef892
Upgrade kotlinx-benchmark version to 0.4.10Updates
com.mikepenz:aboutlibraries-compose
from 11.1.1 to 11.2.3Release notes
Sourced from com.mikepenz:aboutlibraries-compose's releases.
... (truncated)
Commits
a97cfb9
Merge pull request #1018 from mikepenz/developee743a9
- [release] v11.2.36099311
Merge pull request #1017 from mikepenz/feature/dependency_updates_20240823ed7f617
- update project dependencies to their latest versions5e9904a
- apply project code formatting3f13319
Merge pull request #1015 from SageDroid/fix/10143b2ff20
Merge pull request #1009 from mikepenz/feature/test_module98eef96
- update READMEcdea9ea
- update KDoc0151ec0
- improve namingUpdates
com.mikepenz.aboutlibraries.plugin
from 11.1.1 to 11.2.3Updates
io.ktor:ktor-client-core
from 2.3.9 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...Updates
io.ktor:ktor-client-logging
from 2.3.9 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-logging's releases.
Changelog
Sourced from io.ktor:ktor-client-logging's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...Updates
io.ktor:ktor-client-okhttp
from 2.3.9 to 2.3.12Release notes
Sourced from io.ktor:ktor-client-okhttp's releases.
Changelog
Sourced from io.ktor:ktor-client-okhttp's changelog.
Commits
c22735c
Release 2.3.12 (#4088)b5d9213
Add changelog for 2.3.11 (#4027)8ca9632
KTOR-6909 Add SocketTimeout for Test Engine (#4021)f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging respon...Description has been truncated