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 all dependencies #5

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

Update all dependencies #5

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.9 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies patch 5.10.2 -> 5.10.3 age adoption passing confidence
io.github.oshai:kotlin-logging-linuxx64 dependencies major 6.0.9 -> 7.0.0 age adoption passing confidence
io.github.oshai:kotlin-logging-jvm dependencies major 6.0.9 -> 7.0.0 age adoption passing confidence
io.github.oshai:kotlin-logging dependencies major 6.0.9 -> 7.0.0 age adoption passing confidence
com.ionspin.kotlin:bignum dependencies patch 0.3.9 -> 0.3.10 age adoption passing confidence
com.akuleshov7:ktoml-core dependencies patch 0.5.1 -> 0.5.2 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-client-cio dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-client-core dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-websockets dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-core dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-network dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
io.ktor:ktor-server-cio dependencies patch 2.3.11 -> 2.3.12 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core dependencies minor 1.6.3 -> 1.7.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-io-core dependencies minor 0.3.5 -> 0.5.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.9

Compare Source

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

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.

oshai/kotlin-logging (io.github.oshai:kotlin-logging-linuxx64)

v7.0.0

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@6.0.9...7.0.0

ionspin/kotlin-multiplatform-bignum (com.ionspin.kotlin:bignum)

v0.3.10

Compare Source

  • Fix for #​280, return byte array containing zero instead of empty array when big integer is zero.
  • Fix for #​291, override hashCode as well as equals in ModularBigInteger.
  • Fix for #​292, negate for Modular big intiger did nothing.
  • Bump to kotlin 2.0.0
  • Add github action for pull request build and test.
  • Many performance improvements in #​299, #​300, #​301 #​302, and many thanks to @​glureau for implementing them!
  • Fix for #​306, mod inverse was invalid.
  • Targets and sourcesets cleanup , thanks to @​caffeine-mgn
akuleshov7/ktoml (com.akuleshov7:ktoml-core)

v0.5.2

Main
  • K2 and 1.7.0 serialization support
  • a new target: linux arm64
What's Changed
New Contributors

Full Changelog: orchestr7/ktoml@v0.5.1...v0.5.2

ktorio/ktor (io.ktor:ktor-client-content-negotiation)

v2.3.12

Compare Source

Published 20 June 2024

Bugfixes
  • NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
  • Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
  • Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)
Improvements
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.7.1

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

This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact.
It also contains experimental integration with kotlinx-io library.
Kotlin 2.0.0 is used by default.

Fixed HOCON publication

Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases.
This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version.
No other changes were made to this artifact. Related ticket: #​2717.

Add integration with a kotlinx-io library

kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio.
kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates.
Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence.
Check out the PR for more details.

Other bugfixes

  • Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#​2715)

v1.7.0

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

This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
Please note that for reasons explained in the 1.7.0-RC changelog, it may not be possible to use it with the Kotlin 1.9.x
compiler plugin. Yet, it is still fully backwards compatible with previous versions.

The only difference with 1.7.0-RC is that classDiscriminatorMode property in JsonBuilder is marked as experimental,
as it should have been when it was introduced (#​2680).

Kotlin/kotlinx-io (org.jetbrains.kotlinx:kotlinx-io-core)

v0.5.1

Compare Source

Published 15 July 2024

Bugfixes
  • Fixed a bug in segment pool implementation affecting a second level pool uses.

v0.5.0

Compare Source

Published 12 July 2024

Features
  • Provided an API allowing direct access to Buffer and Segment internals #​135, #​166

    The API is unsafe, delisted from public docs and requires explicit opt-in. It's recommended to
    avoid this API unless you're working on integration with other APIs (like, java.nio or
    io_uring, for example).

  • Improved the way segment pooling is working on JVM #​352

    Now sharing a segment won't make an original segment and all its copies recyclable.
    Instead, the last remaining copy will be placed back into the pool when recycled.
    Segments are no longer allocated or lost when taking or recycling a segment from pool
    under a high contention due to concurrent requests.
    Size of the segment pool on the JVM could now be statically configured by setting a system property
    kotlinx.io.pool.size.bytes.

v0.4.0

Compare Source

Published 6 June 2024

Features

Configuration

📅 Schedule: Branch creation - "after 1am" in timezone Europe/Berlin, 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 changed the title Update dependency gradle to v8.8 Update all dependencies Jun 6, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a7a9d78 to 2c62fbe Compare June 20, 2024 18:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3ccfcee to d7cb21d Compare June 27, 2024 15:30
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 43e05e0 to 0538a8f Compare July 15, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants