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

Bump kotlin_version from 1.4.32 to 1.5.21 #8714

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2021

Bumps kotlin_version from 1.4.32 to 1.5.21.
Updates kotlin-gradle-plugin from 1.4.32 to 1.5.21

Updates kotlin-stdlib from 1.4.32 to 1.5.21

Release notes

Sourced from kotlin-stdlib's releases.

Kotlin 1.5.21

Changelog

Compiler

  • KT-47320 "StringConcatException: Mismatched number of concat arguments" String concatenation fails when template contains special character
  • KT-47445 "definitely not null type parameters is only available since language version 1.6" error in cast expression
  • KT-47446 Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGE
  • KT-47447 False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"
  • KT-47449 JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjection
  • KT-47459 "IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependency
  • KT-47480 StackOverflowError: Recursion on erasion of raw type with interdependent type parameters

Tools. Compiler Plugins

  • KT-47161 Serializable class can't be inherited from serializable class in other module with: e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node: write$Self
  • KT-47455 Kotlin lombok plugin NullPointerException
  • KT-47513 Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'

Tools. Gradle

  • KT-47444 Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)

Tools. kapt

  • KT-47416 Kapt Gradle DSL ignores javaCompilerOptions in 1.5.20

Checksums

File Sha256
kotlin-compiler-1.5.21.zip f3313afdd6abf1b8c75c6292f4e41f2dbafefc8f6c72762c7ba9b3daeef5da59
kotlin-native-linux-1.5.21.tar.gz fa3dfec9c11711c2b713a1482bcc4511bb8f73f182f12aa7d858943f6f084397
kotlin-native-macos-1.5.21.tar.gz adced4f332b2d3f91d14bf3cf5c1059cfbbac4dc75d91ae88645118badbc401a
kotlin-native-windows-1.5.21.zip 9da4f5c2f98ac003a062c5a18260a5ed52154b5506d045539f0f3c1bfadf6b01

Kotlin 1.5.20

How to update to a new release

Changelog

Compiler

New Features

  • KT-43262 No error for Java generic class @​NotNull type parameter used in Kotlin with nullable type argument
  • KT-44373 FIR: support error / warning suppression
  • KT-45189 Support nullability annotations at module level
  • KT-45284 Emit warnings based on jspecify annotations

... (truncated)

Changelog

Sourced from kotlin-stdlib's changelog.

1.5.21

Compiler

  • KT-47320 "StringConcatException: Mismatched number of concat arguments" String concatenation fails when template contains special character
  • KT-47445 "definitely not null type parameters is only available since language version 1.6" error in cast expression
  • KT-47446 Improve warning message INTEGER_OPERATOR_RESOLVE_WILL_CHANGE
  • KT-47447 False positive INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning: "expression will be resolved to Int in future releases"
  • KT-47449 JVM / IR: ClassCastException IrStarProjectionImpl cannot be cast to IrTypeProjection
  • KT-47459 "IndexOutOfBoundsException: Index 0 out of bounds for length 0" caused by MarkertManager dependency
  • KT-47480 StackOverflowError: Recursion on erasion of raw type with interdependent type parameters

Tools. Compiler Plugins

  • KT-47161 Serializable class can't be inherited from serializable class in other module with: e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't transform method node: write$Self
  • KT-47455 Kotlin lombok plugin NullPointerException
  • KT-47513 Lombok compiler plugin failed with 'Recursion detected in a lazy value under LockBasedStorageManager@1c21db60 (TopDownAnalyzer for JVM)'

Tools. Gradle

  • KT-47444 Gradle Plugin: Publishing project with "maven-publish" fails when dependency versions are omitted (NPE in MppDependencyRewritingUtilsKt.associateDependenciesWithActualModuleDependencies)

Tools. kapt

  • KT-47416 Kapt Gradle DSL ignores javaCompilerOptions in 1.5.20

1.5.20

Compiler

New Features

  • KT-43262 No error for Java generic class @​NotNull type parameter used in Kotlin with nullable type argument
  • KT-44373 FIR: support error / warning suppression
  • KT-45189 Support nullability annotations at module level
  • KT-45284 Emit warnings based on jspecify annotations
  • KT-45525 Allow to omit JvmInline annotation for expect value classes
  • KT-46545 Emit annotations on function type parameters into bytecode for -jvm-target 1.8 and above

Performance Improvements

  • KT-36646 Don't box primitive values in equality comparison with objects in JVM_IR

Fixes

  • KT-8325 Unresolved annotation should be an error
  • KT-19455 Type annotation unresolved on a type parameter of a supertype in anonymous object expression
  • KT-24643 Prohibit using a type parameter declared for an extension property inside delegate
  • KT-25876 Annotations on return types and supertypes are not analyzed
  • KT-28449 Annotation target is not analyzed in several cases for type annotations

... (truncated)

Commits
  • ec9d0b0 Add changelog for 1.5.21
  • f2b6728 Add change notes for 1.5.21
  • d9dd7f6 IR: repair collectAndFilterRealOverrides
  • 70522f6 JVM_IR: simplify resolveFakeOverride call in SyntheticAccessorLowering
  • 3843893 IR: properly compute IrProperty.resolveFakeOverride()
  • a1e6c87 Fix Gradle tests failing compilation.
  • 18328f9 Create a copy of incorrectly deserialized parent's writeSelf function
  • 68474d7 Fix publication failed in projects which are using BOM.
  • 8538ed4 [lombok] Get field names directly from JavaClassImpl
  • 26c0b3d [FE 1.0] Fix message of INTEGER_OPERATOR_RESOLVE_WILL_CHANGE warning
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Jul 16, 2021
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 5ad6dd3 to 8977029 Compare July 17, 2021 16:35
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 8977029 to e3417d6 Compare July 17, 2021 20:38
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from e3417d6 to 481055a Compare July 17, 2021 21:06
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 481055a to 3dc6004 Compare July 25, 2021 15:48
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 3dc6004 to f0930fb Compare July 30, 2021 09:50
@tobiasKaminsky
Copy link
Member

@dependabot-bot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from f0930fb to 9401d98 Compare August 5, 2021 06:54
@nextcloud-android-bot
Copy link
Collaborator

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 9401d98 to 2403dc2 Compare August 6, 2021 05:25
@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 2403dc2 to 84eeba5 Compare August 6, 2021 19:23
@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 84eeba5 to 57abfaa Compare August 13, 2021 16:17
@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

Bumps `kotlin_version` from 1.4.32 to 1.5.21.

Updates `kotlin-gradle-plugin` from 1.4.32 to 1.5.21

Updates `kotlin-stdlib` from 1.4.32 to 1.5.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.4.32...v1.5.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin_version-1.5.21 branch from 57abfaa to 4abb40a Compare August 19, 2021 21:01
@nextcloud-android-bot
Copy link
Collaborator

Codacy

Lint

TypemasterPR
Warnings6868
Errors00

SpotBugs (new)

Warning Type Number
Bad practice Warnings 28
Correctness Warnings 50
Internationalization Warnings 9
Malicious code vulnerability Warnings 157
Multithreaded correctness Warnings 9
Performance Warnings 72
Security Warnings 40
Dodgy code Warnings 98
Total 463

SpotBugs (master)

Warning Type Number
Bad practice Warnings 28
Correctness Warnings 50
Internationalization Warnings 9
Malicious code vulnerability Warnings 157
Multithreaded correctness Warnings 9
Performance Warnings 72
Security Warnings 40
Dodgy code Warnings 97
Total 462

@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2021

Superseded by #8897.

@dependabot dependabot bot closed this Aug 25, 2021
@dependabot dependabot bot deleted the dependabot/gradle/kotlin_version-1.5.21 branch August 25, 2021 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants