Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Update all dependencies#5

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

Update all dependencies#5
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.11.1 age adoption passing confidence
gradle/actions action major v3 -> v4 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.10.2 -> 5.11.3 age adoption passing confidence
io.insert-koin:koin-test (source) dependencies major 3.5.6 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-core-coroutines (source) dependencies major 3.5.6 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies major 3.5.6 -> 4.0.0 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
dev.whyoleg.cryptography:cryptography-provider-openssl3-api dependencies minor 0.3.1 -> 0.4.0 age adoption passing confidence
dev.whyoleg.cryptography:cryptography-provider-apple dependencies minor 0.3.1 -> 0.4.0 age adoption passing confidence
dev.whyoleg.cryptography:cryptography-provider-jdk dependencies minor 0.3.1 -> 0.4.0 age adoption passing confidence
dev.whyoleg.cryptography:cryptography-core dependencies minor 0.3.1 -> 0.4.0 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-client-cio dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-client-core dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-server-websockets dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-server-core dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-network dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
io.ktor:ktor-server-cio dependencies major 2.3.11 -> 3.0.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies minor 1.6.3 -> 1.7.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core dependencies minor 1.6.3 -> 1.7.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime dependencies patch 0.6.0 -> 0.6.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-io-core dependencies minor 0.3.5 -> 0.6.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-annotations-common (source) dependencies patch 2.0.0 -> 2.0.21 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-common (source) dependencies minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit5 (source) dependencies minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin minor 2.0.0 -> 2.1.0 age adoption passing confidence

Warning

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


Release Notes

gradle/gradle (gradle)

v8.11.1

Compare Source

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.

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

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.

gradle/actions (gradle/actions)

v4

Compare Source

InsertKoinIO/koin (io.insert-koin:koin-test)

v4.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: InsertKoinIO/koin@3.5.6...4.0.0

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

whyoleg/cryptography-kotlin (dev.whyoleg.cryptography:cryptography-provider-openssl3-api)

v0.4.0

Compare Source

Published 12 Oct 2024

Features
  • Ecliptic curves improvements:
    • Implement ECDH via a new shared secret derivation API
    • Support ECDSA in Apple provider
    • Support both ECDSA signature formats for all providers
    • Added RAW private key encoding (encoding secret value)
    • Added SEC1/RFC5915 private key encoding
  • New algorithms:
    • Support for PBKDF2 and HKDF via a new secret derivation API
    • Legacy algorithms supported. Make sure you really need them before use:
      • AES-ECB – JDK name AES/ECB/PKCS1Padding or AES/ECB/NoPadding
      • RSA-PKCS1 (encryption) – JDK name RSA/ECB/PKCS1Padding
      • RSA (encryption) – JDK name RSA/ECB/NoPadding
  • IO improvements and kotlinx-io integration:
    • Support ByteString in places where ByteArray is used
    • Incremental hashing and signature generation/verification via HashFunction, SignFunction and VerifyFunction
    • Support hash/sign/verify over kotlinx-io Sink and Source
    • Support for streaming encryption/decryption over kotlinx-io Sink and Source
  • Add the ability to use custom IV in AES-GCM (#​38)
  • Allow arbitrary key sizes in HMAC
Breaking changes
  • Drop default signature format parameter for ECDSA
  • Rename some parameters in algorithms/operations to have better clarity and less noise
  • Rename PEM and DER to Pem and Der respectively
  • Move operations from subpackages to operations package
    • dev.whyoleg.cryptography.operations.hash.Hasher was moved to dev.whyoleg.cryptography.operations.Hasher
    • dev.whyoleg.cryptography.operations.cipher.* was moved to dev.whyoleg.cryptography.operations.*
    • dev.whyoleg.cryptography.operations.signature.* was moved to dev.whyoleg.cryptography.operations.*
    • Old declarations are deprecated for removal with ReplaceWith
  • Move algorithms from subpackages to algorithms package
    • dev.whyoleg.cryptography.algorithms.digest.* was moved to dev.whyoleg.cryptography.algorithms.*
    • dev.whyoleg.cryptography.algorithms.symmetric.* was moved to dev.whyoleg.cryptography.algorithms.*
    • dev.whyoleg.cryptography.algorithms.asymmetric.* was moved to dev.whyoleg.cryptography.algorithms.*
    • Old declarations are deprecated for removal with ReplaceWith
  • SymmetricKeySize was deprecated in favor of AES.Key.Size properties
  • SignatureVerifier.verifySignature now throws on invalid signature instead of returning Boolean
    • SignatureVerifier.tryVerifySignature is introduced for rare cases when graceful handling is needed
  • Renamed AES methods with explicitly provided IV from encrypt(iv)/decrypt(iv) to encryptWithIv(iv)/decryptWithIv(iv) to be more
    explicit and better distinguish implcit and explict cases
  • CryptographyException is no longer used: IllegalStateException is thrown instead
Other improvements
  • Kotlin 2.0.20
  • Update the prebuilt OpenSSL version to 3.3.2
  • Improve ASN.1/DER encoding feature coverage:
    • support Context specific tags, both implicit and explicit
    • fully support optional and default properties
    • support Kotlin inline classes
    • add more ASN.1 modules for RSA and EC
  • Make ServiceLoader usage to be optimized by Android R8
ktorio/ktor (io.ktor:ktor-client-content-negotiation)

v3.0.1

Compare Source

Published 29 October 2024

Bugfixes
  • Remove space from the default client user agent (KTOR-7655)
  • Url.segments throws on URLs with root path (KTOR-7625)
  • Digest Auth does not implement nc parameter correctly according to RFC 7616 (KTOR-4318)
  • about:blank URL should be parsed correctly as about:blank (KTOR-7410)
  • ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound indefinite loop since 3.0.0 (KTOR-7571)
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • receiveMultipart fails with "IOException: Failed to parse multipart" when content-type is capitalized (KTOR-7596)
Improvements
  • WebSockets logging: The plugin calls toString() unne

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 force-pushed the renovate/all branch from 7841a7b to 1c879fe Compare June 6, 2024 10:24
@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 from 1c879fe to 59d40a2 Compare June 6, 2024 16:39
@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 4 times, most recently from 0538a8f to 909c2ee Compare July 15, 2024 14:23
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c9892fe to ca5e20e Compare August 6, 2024 10:28
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6158d0c to a491569 Compare August 20, 2024 17:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6fa07a7 to 89bc1eb Compare August 28, 2024 18:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6bb0cca to f6056a3 Compare September 13, 2024 15:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3ad0064 to 9ca2834 Compare September 24, 2024 02:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0d2015a to a8d96cd Compare October 9, 2024 16:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1d17b79 to 815ba3e Compare October 12, 2024 10:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9f4d8da to bcf85ee Compare November 20, 2024 19:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants