Skip to content
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

Update Samples dependencies #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Samples dependencies #204

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 8.12 -> 8.12.1 age adoption passing confidence
io.grpc:protoc-gen-grpc-java dependencies minor 1.69.0 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-netty dependencies minor 1.69.0 -> 1.70.0 age adoption passing confidence
org.jetbrains.compose plugin patch 1.8.0-alpha01 -> 1.8.0-SNAPSHOT+pull-1739 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
org.jetbrains.kotlinx.rpc.plugin plugin patch 0.5.0-grpc-6 -> 0.5.0 age adoption passing confidence
androidx.compose.foundation:foundation (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
androidx.compose.ui:ui-graphics (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
androidx.compose.ui:ui (source) dependencies patch 1.7.6 -> 1.7.7 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies minor 1.9.3 -> 1.10.0 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom dependencies minor 2025.1.2 -> 2025.2.0 age adoption passing confidence
com.android.library (source) plugin patch 8.8.0-alpha05 -> 8.8.0 age adoption passing confidence
com.android.application (source) plugin patch 8.8.0-alpha05 -> 8.8.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12.1

Compare Source

grpc/grpc-java (io.grpc:protoc-gen-grpc-java)

v1.70.0

Bug Fixes
  • Re-enable animalsniffer, fixing most violations (8ea3629). Violations would only have triggered on API level 23 and earlier, and the violations fixed here were highly unlikely to be triggered
  • api: Fix Android API level 23 and earlier compatibility for StatusRuntimeException without stacktrace (#​11072) (ebe2b48). This fixes a regression introduced in 1.64.0. The regression should have caused failures on API level 23 and earlier when a StatusRuntimeException or StatusException was created. However, for unknown reasons tests on old devices didn’t notice issues
  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#​11749) (a0982ca). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • okhttp: Fix for ipv6 link local with scope (#​11725) (65b32e6)
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927). This (along with 6c12c2b) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2b)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da). They were previously required to be strings
  • xds: Remove xds authority label from metric registration (#​11760) (6516c73). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#​11735) (f8f6139). This fixes clients treating large max_requests as “no requests” and failing all requests
Improvements
  • api: Introduce custom NameResolver.Args (#​11669) (0b2d440)
  • stub: Introduce new API: BlockingStubV2 which supports Bidi streaming, Client streaming, a cleaner Server streaming and Unary RPCs (#​10318) (ea8c31c)
  • bazel: Remove workaround for DoNotCall fixed in Bazel 3.4 (805cad3)
  • binder: A standard API for pointing resolvers at a different Android User. (#​11775) (1126a8e)
  • xds: Fix XDS control plane client retry timer backoff duration when connection closes after results are received (#​11766) (ef7c2d5)
  • xds: Parsing xDS Cluster Metadata (#​11741) (1edc4d8). Not used actively, but this adds validation. The validation is unlikely to fail but may reject invalid resources.
  • xds: Use "#server" as dataplane target value for xDS enabled gRPC servers (#​11715) (ebb43a6). This only impacts the grpc.target label in grpc.xds_client.* metrics. Previously the empty string was used
  • rls: Reduce RLS debug channel logging (7f9c1f3). This only matters when debug logging is enabled
Documentation
  • examples: Simplify graceful shutdown in Hostname example (f1109e4)
  • examples: Remove references to maven-central.storage-download.googleapis.com (c96e926)
  • examples: Updated the attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor (#​11759) (5e8abc6)
Dependencies
  • Bazel 8 is released, so replace Bazel 6 testing with Bazel 7 (8a5f777)
Thanks to

v1.69.1

Bug Fixes
  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#​11749) (a0982ca). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927). This (along with 6c12c2b) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2b)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da). They were previously required to be strings
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#​11735) (f8f6139). This fixes clients treating large max_requests as “no requests” and failing all requests
  • xds: Remove xds authority label from metric registration (#​11760) (6516c73). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
JetBrains/compose-jb (org.jetbrains.compose)

v1.8.0-alpha02

Changes since 1.8.0-alpha01

Highlights

Resources

Features

iOS
Web

Fixes

Multiple Platforms
iOS
Desktop
Resources
Navigation

Dependencies


Kotlin/kotlinx-rpc (org.jetbrains.kotlinx.rpc.plugin)

v0.5.0

Published 27 January 2024

Features 🎉
Breaking Changes 🔴
Deprecations ⚠️
Infra 🚧
Other Changes 🧹

Full Changelog: 0.4.0...0.5.0

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)

v2025.2.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.11...2025.2.0

v2025.1.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.10...2025.1.11

v2025.1.10

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.9...2025.1.10

v2025.1.9

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.8...2025.1.9

v2025.1.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.7...2025.1.8

v2025.1.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.6...2025.1.7

v2025.1.6

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.5...2025.1.6

v2025.1.5

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.4...2025.1.5

v2025.1.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.3...2025.1.4

v2025.1.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.2...2025.1.3


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Sep 24, 2024
@renovate renovate bot requested a review from Mr3zee September 24, 2024 09:23
@renovate renovate bot force-pushed the renovate/samples branch from 8d8cae9 to ae3910d Compare September 27, 2024 09:11
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 Update Samples dependencies Sep 27, 2024
@renovate renovate bot force-pushed the renovate/samples branch 9 times, most recently from 217d48d to 7a42915 Compare October 7, 2024 21:16
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from 61acd80 to 0e59d54 Compare October 15, 2024 12:10
@renovate renovate bot force-pushed the renovate/samples branch 3 times, most recently from 3f635c1 to 671c4bc Compare October 20, 2024 20:00
@renovate renovate bot force-pushed the renovate/samples branch 6 times, most recently from 4bf83a5 to a6e90c7 Compare October 30, 2024 09:06
@renovate renovate bot force-pushed the renovate/samples branch 4 times, most recently from bb4c322 to 36a537d Compare December 17, 2024 11:26
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from b0a0f82 to acb7a1d Compare December 23, 2024 17:19
@renovate renovate bot force-pushed the renovate/samples branch 2 times, most recently from ff4fa36 to ea11ec5 Compare January 2, 2025 19:15
@renovate renovate bot force-pushed the renovate/samples branch 5 times, most recently from 6866d64 to e23de3d Compare January 9, 2025 19:02
@renovate renovate bot force-pushed the renovate/samples branch from e23de3d to 4786104 Compare January 15, 2025 22:04
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from 86980e5 to 4dc81cb Compare January 30, 2025 19:47
@renovate renovate bot force-pushed the renovate/samples branch from 4dc81cb to 9963125 Compare February 1, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants