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) minor 8.10.2 -> 8.11.1 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) dependencies patch 1.5.12 -> 1.5.13 age adoption passing confidence
io.ktor.plugin plugin patch 3.0.1 -> 3.0.2 age adoption passing confidence
io.ktor:ktor-client-js dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-cio dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-websockets dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-core dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-test-host dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-host-common-jvm dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-websockets-jvm dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-cors-jvm dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-netty-jvm dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-core-jvm dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-serialization dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-okhttp dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-client-websockets-js dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
io.ktor:ktor-server-cio dependencies patch 3.0.1 -> 3.0.3 age adoption passing confidence
org.jetbrains.compose plugin minor 1.7.0 -> 1.8.0+check age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.10.01 -> 2024.12.01 age adoption passing confidence
androidx.compose.foundation:foundation (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
androidx.compose.ui:ui-graphics (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
androidx.compose.ui:ui (source) dependencies patch 1.7.5 -> 1.7.6 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom dependencies patch 1.0.0-pre.823 -> 1.0.0-pre.853 age adoption passing confidence
com.android.library (source) plugin patch 8.7.2 -> 8.7.3 age adoption passing confidence
com.android.application (source) plugin patch 8.7.2 -> 8.7.3 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

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.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

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.

ktorio/ktor (io.ktor:ktor-client-js)

v3.0.2

Published 3 December 2024

Bugfixes
  • ServletResponseBody is corrupted due to the wrong offset (KTOR-7904)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)
  • CIO: Response body truncated because read amount of bytes isn't compared against Content-Length (KTOR-7828)
  • HttpCache: IndexOutOfBoundsException on malformed Cache-Control header (KTOR-7172)
  • call.respondSource returns empty response but passes in tests (KTOR-7683)
  • ByteReadChannel.{readShort/readInt/readLong} leads to infinite loop when required bytes distributed in flush and read buffers (KTOR-7746)
  • Routing: ContentType.match doesn't match wildcard content types (KTOR-7278)
  • Connections aren't released properly if there are multiple parallel connections to the same address (KTOR-7777)
  • FileItem.streamProvider is deprecated and doesn't have implementation (KTOR-7731)
  • MergedApplicationConfig.toMap replaces nested configs completely without merging (KTOR-7008)
  • Digest Auth: Ktor 3.0.1 uses the wrong "nc" value to calculate digest (KTOR-7681)
  • JS: "ReferenceError: require is not defined" when compiling to ES Module (KTOR-6158)
  • Chunked transfer encoding failure not caught with retry (KTOR-7618)
  • HttpCookies: IllegalArgumentException when server returns a raw cookie with not allowed characters (KTOR-7469)
  • DefaultRequest: Content-Type header of default request is not overridable (KTOR-6946)
Improvements
  • Support binary (Smile) encoding in JacksonConverter (KTOR-7726)
  • ServiceLoader.load call is slow on Android (KTOR-7698)
JetBrains/compose-jb (org.jetbrains.compose)

v1.7.1

Changes since 1.7.0

Fixes

Multiple Platforms
iOS
Desktop

Dependencies



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 6 times, most recently from 55c02bd to dd81a42 Compare November 23, 2024 23:05
@renovate renovate bot force-pushed the renovate/samples branch 5 times, most recently from 23c8801 to 42c9076 Compare December 2, 2024 08:49
@renovate renovate bot force-pushed the renovate/samples branch 10 times, most recently from 22dc562 to 8411065 Compare December 9, 2024 15:14
@renovate renovate bot force-pushed the renovate/samples branch 4 times, most recently from 924ee55 to bb4c322 Compare December 12, 2024 10:18
@renovate renovate bot force-pushed the renovate/samples branch 3 times, most recently from 8d87863 to a2ba6ac Compare December 18, 2024 19:51
@renovate renovate bot force-pushed the renovate/samples branch from a2ba6ac to b34f438 Compare December 19, 2024 02:38
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