-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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.5.30 to 1.5.31 #20436
Conversation
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 326cad4
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/vault-agroal
📦 integration-tests/vault-agroal✖
✖
✖
⚙️ MicroProfile TCKs Tests #- Failing: tcks/microprofile-fault-tolerance
📦 tcks/microprofile-fault-tolerance✖
|
@evanchooly is this what we want? |
My two cents is that it should either be merged to end up in 2.4 CR1 or closed for now to free up this dependabot slot for another update. |
@dependabot rebase |
Bumps `kotlin.version` from 1.5.30 to 1.5.31. Updates `kotlin-compiler` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30...v1.5.31) Updates `kotlin-stdlib` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30...v1.5.31) Updates `kotlin-stdlib-jdk7` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30...v1.5.31) Updates `kotlin-stdlib-jdk8` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30...v1.5.31) Updates `kotlin-stdlib-common` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30...v1.5.31) Updates `kotlin-reflect` from 1.5.30 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30...v1.5.31) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
326cad4
to
1bf5a59
Compare
@dependabot merge |
Yeah it's just a patch release. I say we bump it up and move on. |
✖ This workflow run has failed but no jobs reported an error. Something weird happened, please check the workflow run page carefully: it might be an issue with the workflow configuration itself. |
Bumps
kotlin.version
from 1.5.30 to 1.5.31.Updates
kotlin-compiler
from 1.5.30 to 1.5.31Release notes
Sourced from kotlin-compiler's releases.
Changelog
Sourced from kotlin-compiler's changelog.
Commits
a2694eb
WA: Update K/N version to 1.5.31e1aadce
Add changelog for 1.5.318ebf19c
Update asm: place asm-all aboveideaIC
dependency that has older asmec21756
Update asm: migrate to stable visitor APIa5c7c02
Update asm: update dependencies (verification-metadata.xml)ab3eb55
Update asm: substitute asm from platform to more specific one0d9cc9e
Set desired version of asm to avoid taking it from intellij core91af581
JVM IR: do not optimize casts for primitives in TypeOperatorLoweringf2109a7
[K/N] Add workaround for KT-485915d4d91e
[K/N] Add testcase for KT-48591Updates
kotlin-stdlib
from 1.5.30 to 1.5.31Release notes
Sourced from kotlin-stdlib's releases.
Changelog
Sourced from kotlin-stdlib's changelog.
Commits
a2694eb
WA: Update K/N version to 1.5.31e1aadce
Add changelog for 1.5.318ebf19c
Update asm: place asm-all aboveideaIC
dependency that has older asmec21756
Update asm: migrate to stable visitor APIa5c7c02
Update asm: update dependencies (verification-metadata.xml)ab3eb55
Update asm: substitute asm from platform to more specific one0d9cc9e
Set desired version of asm to avoid taking it from intellij core91af581
JVM IR: do not optimize casts for primitives in TypeOperatorLoweringf2109a7
[K/N] Add workaround for KT-485915d4d91e
[K/N] Add testcase for KT-48591Updates
kotlin-stdlib-jdk7
from 1.5.30 to 1.5.31Release notes
Sourced from kotlin-stdlib-jdk7's releases.
Changelog
Sourced from kotlin-stdlib-jdk7's changelog.
Commits
a2694eb
WA: Update K/N version to 1.5.31e1aadce
Add changelog for 1.5.318ebf19c
Update asm: place asm-all aboveideaIC
dependency that has older asmec21756
Update asm: migrate to stable visitor APIa5c7c02
Update asm: update dependencies (verification-metadata.xml)ab3eb55
Update asm: substitute asm from platform to more specific one0d9cc9e
Set desired version of asm to avoid taking it from intellij core91af581
JVM IR: do not optimize casts for primitives in TypeOperatorLoweringf2109a7
[K/N] Add workaround for KT-485915d4d91e
[K/N] Add testcase for KT-48591Updates
kotlin-stdlib-jdk8
from 1.5.30 to 1.5.31Release notes
Sourced from kotlin-stdlib-jdk8's releases.
Changelog
Sourced from kotlin-stdlib-jdk8's changelog.
Commits
a2694eb
WA: Update K/N version to 1.5.31e1aadce
Add changelog for 1.5.318ebf19c
Update asm: place asm-all aboveideaIC
dependency that has older asmec21756
Update asm: migrate to stable visitor APIa5c7c02
Update asm: update dependencies (verification-metadata.xml)ab3eb55
Update asm: substitute asm from platform to more specific one0d9cc9e
Set desired version of asm to avoid taking it from intellij core91af581
JVM IR: do not optimize casts for primitives in TypeOperatorLoweringf2109a7
[K/N] Add workaround for KT-485915d4d91e
[K/N] Add testcase for KT-48591Updates
kotlin-stdlib-common
from 1.5.30 to 1.5.31Release notes
Sourced from kotlin-stdlib-common's releases.
Changelog
Sourced from kotlin-stdlib-common's changelog.
Commits
a2694eb
WA: Update K/N version to 1.5.31e1aadce
Add changelog for 1.5.318ebf19c
Update asm: place asm-all aboveideaIC
dependency that has older asmec21756
Update asm: migrate to stable visitor APIa5c7c02
Update asm: update dependencies (verification-metadata.xml)ab3eb55
Update asm: substitute asm from platform to more specific one0d9cc9e
Set desired version of asm to avoid taking it from intellij core91af581
JVM IR: do not optimize casts for primitives in TypeOperatorLoweringf2109a7
[K/N] Add workaround for KT-485915d4d91e
[K/N] Add testcase for KT-48591Updates
kotlin-reflect
from 1.5.30 to 1.5.31Release notes
Sourced from kotlin-reflect's releases.
Changelog
Sourced from kotlin-reflect's changelog.
Commits
a2694eb
WA: Update K/N version to 1.5.31e1aadce
Add changelog for 1.5.318ebf19c
Update asm: place asm-all aboveideaIC
dependency that has older asmec21756
Update asm: migrate to stable visitor APIa5c7c02
Update asm: update dependencies (verification-metadata.xml)ab3eb55
Update asm: substitute asm from platform to more specific one0d9cc9e
Set desired version of asm to avoid taking it from intellij core91af581
JVM IR: do not optimize casts for primitives in TypeOperatorLoweringf2109a7
[K/N] Add workaround for KT-485915d4d91e
[K/N] Add testcase for KT-48591You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @famod.
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)