Skip to content

Update Samples dependencies #204

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

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 Confidence
gradle (source) patch 8.14.2 -> 8.14.3 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server dependencies minor 0.9.1 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client dependencies minor 0.9.1 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json dependencies minor 0.9.1 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-server dependencies minor 0.9.1 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-krpc-client dependencies minor 0.9.1 -> 0.10.0-grpc-122 age confidence
io.grpc:grpc-kotlin-stub dependencies patch 1.4.1 -> 1.4.3 age confidence
io.grpc:grpc-netty dependencies minor 1.73.0 -> 1.74.0 age confidence
org.jetbrains.kotlinx.rpc.plugin plugin minor 0.9.1 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-core dependencies minor 0.9.1 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-grpc-core dependencies patch 0.10.0-grpc-121 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core dependencies minor 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.8.1 -> 1.9.0 age confidence
io.ktor.plugin plugin minor 3.2.1 -> 3.3.0-eap-115 age confidence
io.ktor:ktor-client-js dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-cio dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-websockets dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-core dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-test-host dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-host-common-jvm dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-websockets-jvm dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-cors-jvm dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-netty-jvm dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-core-jvm dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-serialization dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-content-negotiation dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-okhttp dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-client-websockets-js dependencies patch 3.2.1 -> 3.2.3 age confidence
io.ktor:ktor-server-cio dependencies patch 3.2.1 -> 3.2.3 age confidence
androidx.compose:compose-bom dependencies minor 2025.06.01 -> 2025.07.00 age confidence
androidx.test.ext:junit dependencies minor 1.2.1 -> 1.3.0 age confidence
androidx.test.espresso:espresso-core dependencies minor 3.6.1 -> 3.7.0 age confidence
org.jetbrains.kotlinx.rpc.plugin plugin patch 0.10.0-grpc-121 -> 0.10.0-grpc-122 age confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom dependencies minor 2025.6.11 -> 2025.8.6 age confidence
com.android.library (source) plugin minor 8.11.0-alpha07 -> 8.12.0 age confidence
com.android.application (source) plugin minor 8.11.0-alpha07 -> 8.12.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare 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:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

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:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew 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.

grpc/grpc-java (io.grpc:grpc-netty)

v1.74.0

Compare Source

Behavior Changes
  • compiler: Default to @generated=omit (f8700a1). This omits javax.annotation.Generated from the generated code and makes the org.apache.tomcat:annotations-api compile-only dependency unnecessary (README and examples changes forthcoming; we delayed those changes until the release landed). You can use the option @generated=javax for the previous behavior, but please also file an issue so we can develop alternatives
  • compiler: generate blocking v2 unary calls that throw StatusException (#​12126) (a16d655). Previously, the new blocking stub API was identical to the older blocking stub for unary RPCs and used the unchecked StatusRuntimeException. However, feedback demonstrated it was confusing to mix that with the checked StatusException in BlockingClientCall. Now the new blocking stub uses StatusException throughout. grpc-java continues to support the old generated code, but the version of protoc-gen-grpc-java will dictate which API you see. If you support multiple generated code versions, you can use the older blocking v1 stub for unary RPCs
Bug Fixes
  • netty: Fix a race that caused RPCs to hang on start when a GOAWAY was received while the RPCs’ headers were being written to the OS (b04c673, 15c7573). This was a very old race, not a recent regression. All streams should now properly fail instead of hanging, although in some cases they may be transparently retried
  • util: OutlierDetection should use nanoTime, not currentTimeMillis (#​12110) (1c43098). Previously, changes in the wall time would impact its accounting
  • xds: Don't allow hostnames in address field in EDS (#​12123) (482dc5c). Only IP addresses were handled properly, and only IP addresses should be handled per gRFC A27
  • xds: In resource handling, call onError() for RDS and EDS NACKs (#​12122) (efe9ccc). Previously the resource was NACKed, but gRPC would continue waiting for the resource until a timeout was reached and claim the control plane didn’t send the resource. Now it will fail quickly with an informative error
  • xds: Implement equals in RingHashConfig (a5eaa66). Previously all configuration refreshes were considered a new config, which had the potential for causing unexpected inefficiency problems. This was noticed by new code for gRFC A74 xDS Config Tears that is not yet enabled, so there are no known problems that this caused
  • LBs should avoid calling LBs after lb.shutdown() (1df2a33). This fixed pick_first and ring_hash behavior that could cause rare and “random” races in parent load balancers like a NullPointerException in ClusterImplLoadBalancer.createSubchannel(), which had a ring_hash child. This is most likely to help xDS, as it heavily uses hierarchical LB policies
Improvements
  • util: Deliver addresses in a random order to shuffle connection creation ordering (f07eb47). Previously, connections were created in-order (but non-blocking), so in a fast network the first address could be more likely to connect first given a "microsecond" headstart. That first connection then receives all the buffered RPCs, which could cause temporary, but repeated, load imbalances of the same backend when all clients receive the same list of addresses in the same order. This has been seen in practice, but it is unclear how often it happens. Shuffling has the potential to improve load distribution of new clients when using round_robin, weighted_round_robin, and least_request, which connect simultaneously to multiple addresses
  • core: Use lazy message formatting in checkState (#​12144) (26bd0ee). This avoids the potential of unnecessarily formatting an exception as a string when a subchannel fails to connect
  • bazel: Migrate java_grpc_library to use DefaultInfo (#​12148) (6f69363). This adds compatibility for --incompatible_disable_target_default_provider_fields
  • binder: Rationalize @​ThreadSafe-ty inside BinderTransport (#​12130) (c206428)
  • binder: Cancel checkAuthorization() request if still pending upon termination (#​12167) (30d40a6)
Dependencies
  • compiler: Upgrade Protobuf C++ to 22.5 (#​11961) (46485c8). This is used by the pre-built protoc-gen-grpc-java plugin on Maven Central. This should have no visible benefit, but gets us closer to upgrading to Protobuf 27 which added edition 2023 support
  • release: Migrate artifacts publishing changed from legacy OSSRH to Central Portal (#​12156) (f99b2aa). We aren’t aware of any visible changes to the results on Maven Central
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-core)

v1.9.0

==================

This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.

Add kotlin.time.Instant serializers

Instant class was moved from kotlinx-datetime library to Kotlin standard library.
As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class.
To use new kotlin.time.Instant class in your @​Serializable classes,
you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required).
You can choose between default InstantSerializer which uses its string representation,
or specify InstantComponentSerializer that represents instant as its components.
See details in the PR.

Other bugfixes

  • Fix resize in JsonPath (#​2995)
  • Fixed proguard rules for obfuscation to work correctly (#​2983)
ktorio/ktor (io.ktor:ktor-client-js)

v3.2.3

Published 29 July 2025

Improvements
  • Server only accepts yaml as the configuration file suffix (KTOR-8712)
  • JS / WASM error when process global is undefined (KTOR-8686)
  • DI async duplicate resolution (KTOR-8681)
Bugfixes
  • CIO: Expect 100-continue response is missing a final \r\n (KTOR-8687)
  • Intermittent "ParserException: No colon in HTTP header" when parsing multipart request (KTOR-8523)
  • Infinite loop in ByteReadChannel.readFully (KTOR-8682)
  • ShutDownUrl: The server cannot shut down since 3.2.0 (KTOR-8674)

v3.2.2

Published 14 July 2025

Improvements
  • SSE: Change the order of SSE field serialization: put event before data (KTOR-8627)
Bugfixes
  • CORS: server replies with the 405 status code on a preflight request when the plugin is installed in a route (KTOR-4499)
  • Darwin: The Content-Encoding header is removed since 3.0.3 (KTOR-8526)
  • JS/WASM: response doesn't contain the Content-Length header in a browser (KTOR-8377)
  • StatusPages: response headers of OutgoingContent aren't available in the status handlers (KTOR-8232)
  • testApplication: The client.sse() acts like a REST call and not a stream in test environment (KTOR-7910)
  • Config deserialization - default properties problem (KTOR-8654)
  • kotlinx.datetime is not available transitively in 3.2.1 (KTOR-8656)
  • Request builder block overrides HTTP method in specific request builders (get, post, etc) (KTOR-8636)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)

v2025.8.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.5...2025.8.6

v2025.8.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.4...2025.8.5

v2025.8.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.3...2025.8.4

v2025.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: JetBrains/kotlin-wrappers@2025.8.2...2025.8.3

v2025.8.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.1...2025.8.2

v2025.8.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.8.0...2025.8.1

v2025.8.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.15...2025.8.0

v2025.7.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.14...2025.7.15

v2025.7.14

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.13...2025.7.14

v2025.7.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.12...2025.7.13

v2025.7.12

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.11...2025.7.12

v2025.7.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.10...2025.7.11

v2025.7.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.9...2025.7.10

v2025.7.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.8...2025.7.9

v2025.7.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.7...2025.7.8

v2025.7.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.6...2025.7.7

v2025.7.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.5...2025.7.6

v2025.7.5

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.4...2025.7.5

v2025.7.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.3...2025.7.4

v2025.7.3

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.2...2025.7.3

v2025.7.2

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.1...2025.7.2

v2025.7.1

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.0...2025.7.1

v2025.7.0

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.6.15...2025.7.0

v2025.6.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.6.14...2025.6.15

v2025.6.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.6.13...2025.6.14

v2025.6.13

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.6.12...2025.6.13


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 7 times, most recently from 5d51650 to ba3a8a5 Compare July 24, 2025 10:41
@renovate renovate bot force-pushed the renovate/samples branch 11 times, most recently from be14133 to 6e078e4 Compare August 1, 2025 06:57
@renovate renovate bot force-pushed the renovate/samples branch 10 times, most recently from 8ef01f2 to 632c702 Compare August 6, 2025 21:17
@renovate renovate bot force-pushed the renovate/samples branch from 632c702 to bd8c5b2 Compare August 9, 2025 08:36
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