Skip to content

Bump kotlin.version from 1.4.31 to 1.4.32 #444

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

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps kotlin.version from 1.4.31 to 1.4.32.
Updates kotlin-stdlib from 1.4.31 to 1.4.32

Release notes

Sourced from kotlin-stdlib's releases.

Kotlin 1.4.32

Changelog

IDE

  • KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
  • KT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntry
  • KT-45291 LightClasses: can't get annotations for constructor val-parameter
  • KT-45417 ULC leakage of primitive type annotations

Tools. CLI

  • KT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil package
  • KT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()

Checksums

File Sha256
kotlin-compiler-1.4.32.zip dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c
kotlin-native-linux-1.4.32.tar.gz 3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d
kotlin-native-macos-1.4.32.tar.gz a55eb3c60bb9810360c5a992dca34328d806fe13f3bfc3120b49345f569fd3cc
kotlin-native-windows-1.4.32.zip 3bd6f1b9293897a45d0b33ee14ca51b33b57d0413b774458c6e4aee393e1b772
Changelog

Sourced from kotlin-stdlib's changelog.

1.4.32

IDE

  • KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
  • KT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntry
  • KT-45291 LightClasses: can't get annotations for constructor val-parameter
  • KT-45417 ULC leakage of primitive type annotations

Tools. CLI

  • KT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil package
  • KT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()
Commits
  • 9e50a23 Add change log for 1.4.32
  • 9962ff5 [LC] Fix for light classes equivalence
  • c43ee5a Update testdata for Wizard tests
  • c5b8823 Revert "Add test which runs Kotlin compiler in parallel"
  • 906f878 Update Kotlin/Native: 1.4.32-release-153
  • 99273c7 [ULC] Fix invalid positive inheritor for self checking
  • fac791f [ULC] Fix invalid primitive type annotating
  • 4dbf18c Add fasutil to the list of package to relocate (KT-44758)
  • a883319 [ULC] Fix annotations with no site for ctor
  • 00c5df5 [ULC] Fix annotations invalid parents
  • Additional commits viewable in compare view

Updates kotlin-stdlib-jdk8 from 1.4.31 to 1.4.32

Release notes

Sourced from kotlin-stdlib-jdk8's releases.

Kotlin 1.4.32

Changelog

IDE

  • KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
  • KT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntry
  • KT-45291 LightClasses: can't get annotations for constructor val-parameter
  • KT-45417 ULC leakage of primitive type annotations

Tools. CLI

  • KT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil package
  • KT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()

Checksums

File Sha256
kotlin-compiler-1.4.32.zip dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c
kotlin-native-linux-1.4.32.tar.gz 3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d
kotlin-native-macos-1.4.32.tar.gz a55eb3c60bb9810360c5a992dca34328d806fe13f3bfc3120b49345f569fd3cc
kotlin-native-windows-1.4.32.zip 3bd6f1b9293897a45d0b33ee14ca51b33b57d0413b774458c6e4aee393e1b772
Changelog

Sourced from kotlin-stdlib-jdk8's changelog.

1.4.32

IDE

  • KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
  • KT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntry
  • KT-45291 LightClasses: can't get annotations for constructor val-parameter
  • KT-45417 ULC leakage of primitive type annotations

Tools. CLI

  • KT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil package
  • KT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()
Commits
  • 9e50a23 Add change log for 1.4.32
  • 9962ff5 [LC] Fix for light classes equivalence
  • c43ee5a Update testdata for Wizard tests
  • c5b8823 Revert "Add test which runs Kotlin compiler in parallel"
  • 906f878 Update Kotlin/Native: 1.4.32-release-153
  • 99273c7 [ULC] Fix invalid positive inheritor for self checking
  • fac791f [ULC] Fix invalid primitive type annotating
  • 4dbf18c Add fasutil to the list of package to relocate (KT-44758)
  • a883319 [ULC] Fix annotations with no site for ctor
  • 00c5df5 [ULC] Fix annotations invalid parents
  • Additional commits viewable in compare view

Updates kotlin-test from 1.4.31 to 1.4.32

Release notes

Sourced from kotlin-test's releases.

Kotlin 1.4.32

Changelog

IDE

  • KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
  • KT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntry
  • KT-45291 LightClasses: can't get annotations for constructor val-parameter
  • KT-45417 ULC leakage of primitive type annotations

Tools. CLI

  • KT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil package
  • KT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()

Checksums

File Sha256
kotlin-compiler-1.4.32.zip dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c
kotlin-native-linux-1.4.32.tar.gz 3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d
kotlin-native-macos-1.4.32.tar.gz a55eb3c60bb9810360c5a992dca34328d806fe13f3bfc3120b49345f569fd3cc
kotlin-native-windows-1.4.32.zip 3bd6f1b9293897a45d0b33ee14ca51b33b57d0413b774458c6e4aee393e1b772
Changelog

Sourced from kotlin-test's changelog.

1.4.32

IDE

  • KT-43824 KtLightClassForSourceDeclaration#isInheritor works in a different way than java implementation
  • KT-45287 LightClasses: KtLightSimpleModifierList is no more a parent of KtLightAnnotationForSourceEntry
  • KT-45291 LightClasses: can't get annotations for constructor val-parameter
  • KT-45417 ULC leakage of primitive type annotations

Tools. CLI

  • KT-44758 kotlin-compiler-embeddable dependency includes unshaded fastutil package
  • KT-45007 Concurrent Kotlin script compilation/execution results in NullPointerException in KeyedExtensionCollector.getPoint()
Commits
  • 9e50a23 Add change log for 1.4.32
  • 9962ff5 [LC] Fix for light classes equivalence
  • c43ee5a Update testdata for Wizard tests
  • c5b8823 Revert "Add test which runs Kotlin compiler in parallel"
  • 906f878 Update Kotlin/Native: 1.4.32-release-153
  • 99273c7 [ULC] Fix invalid positive inheritor for self checking
  • fac791f [ULC] Fix invalid primitive type annotating
  • 4dbf18c Add fasutil to the list of package to relocate (KT-44758)
  • a883319 [ULC] Fix annotations with no site for ctor
  • 00c5df5 [ULC] Fix annotations invalid parents
  • 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)

Unverified

This user has not yet uploaded their public signing key.
Bumps `kotlin.version` from 1.4.31 to 1.4.32.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@meltsufin meltsufin merged commit d7b7b1f into main Apr 21, 2021
@meltsufin meltsufin deleted the dependabot/maven/kotlin.version-1.4.32 branch April 21, 2021 16:57
kateryna216 added a commit to kateryna216/spring-cloud-gcp that referenced this pull request Oct 20, 2022
Bumps `kotlin.version` from 1.4.31 to 1.4.32.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
prash-mi pushed a commit that referenced this pull request Jun 20, 2023
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.0...r5.8.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant