Skip to content

Update Core dependencies (non-major) #210

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-serialization-protobuf 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-cbor 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.8.1 -> 1.9.0 age confidence
org.junit:junit-bom (source) 5.13.2 -> 5.13.3 age confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.6.11 -> 2025.7.3 age confidence

Warning

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


Release Notes

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-protobuf)

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)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

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 26, 2024
@renovate renovate bot requested a review from Mr3zee September 26, 2024 10:47
@renovate renovate bot force-pushed the renovate/core-non-major branch from 033fb31 to a0f274a Compare September 27, 2024 01:22
@renovate renovate bot changed the title Update Core dependencies (non-major) to v1.7.3 Update Core dependencies (non-major) Sep 27, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from eb12dc2 to 4b2ea08 Compare October 3, 2024 17:47
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from ff1c369 to caca845 Compare October 11, 2024 07:18
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 21dc628 to 7739e15 Compare October 21, 2024 17:06
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 050aa3b to bf3c238 Compare October 30, 2024 13:09
@Mr3zee Mr3zee mentioned this pull request Oct 30, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch from bf3c238 to d217b20 Compare November 3, 2024 13:24
@renovate renovate bot changed the title Update Core dependencies (non-major) Update Core dependencies (non-major) - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/core-non-major branch November 4, 2024 11:19
@renovate renovate bot restored the renovate/core-non-major branch November 5, 2024 07:04
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from c760629 to d8e45ef Compare June 18, 2025 14:10
@renovate renovate bot force-pushed the renovate/core-non-major branch 13 times, most recently from fb5f658 to a2be81d Compare June 27, 2025 15:54
@renovate renovate bot force-pushed the renovate/core-non-major branch 8 times, most recently from a5bd73a to c0a0996 Compare July 4, 2025 16:14
@renovate renovate bot force-pushed the renovate/core-non-major branch 2 times, most recently from 02ef4e6 to 73db641 Compare July 9, 2025 20:18
@renovate renovate bot force-pushed the renovate/core-non-major branch from 73db641 to 5f167e1 Compare July 10, 2025 22:05
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