-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependency org.jetbrains.kotlin.plugin.serialization to v1.9.10 #311
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependency diff: +--- com.squareup.okhttp3:okhttp:4.11.0
| +--- com.squareup.okio:okio:3.2.0 -> 3.5.0
| | \--- com.squareup.okio:okio-jvm:3.5.0
-| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0
-| | | | \--- org.jetbrains:annotations:13.0 -> 23.0.0
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10
+| | | | \--- org.jetbrains:annotations:13.0 -> 23.0.0
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0
+| | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 1.9.10
-| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.9.0 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.9.10 (*)
-| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20 -> 1.9.0 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20 -> 1.9.10 (*)
-+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3
| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3
-| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.0
+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.10
-| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.0 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
+--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0
| \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.6.0
-| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.10 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0
+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 1.9.10
| \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.0
| \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.6.0
-| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.10 (*)
-| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0
+| \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 1.9.10
\--- com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0
- \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10 -> 1.9.0 (*)
+ \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10 -> 1.9.10 (*) |
Jar size:Jar size change: +0.0B (62.0KiB -> 62.0KiB) Diffuse output:
|
Codecov Report
@@ Coverage Diff @@
## master #311 +/- ##
=========================================
Coverage 78.49% 78.49%
Complexity 16 16
=========================================
Files 7 7
Lines 186 186
Branches 24 24
=========================================
Hits 146 146
Misses 23 23
Partials 17 17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.0
->1.9.10
Release Notes
JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)
v1.9.10
: Kotlin 1.9.10Changelog
Compiler
KT-60769
Partially revert KT-58371KT-60659
Incorrect 'unresolved reference: addFirst' error with JDK 21KT-60371
Native custom allocator link errorKT-60986
Native: static caches with custom runtime options are broken on LinuxKT-60770
Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21KT-60231
NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0JavaScript
KT-60785
KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type errorKT-60852
Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0KT-57509
KJS: Compiler generates native JS operator == for comparing values with Any typeNative
KT-60230
Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3KT-60758
Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4Native. C and ObjC Import
KT-59167
Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1Tools. Gradle
KT-61147
Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of GsonKT-60543
NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtensionChecksums
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.