dependabot[bot] opened a new pull request #570:
URL: https://github.com/apache/camel-k-runtime/pull/570


   Bumps `kotlin-version` from 1.4.20 to 1.4.21.
   Updates `kotlin-bom` from 1.4.20 to 1.4.21
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/JetBrains/kotlin/releases";>kotlin-bom's 
releases</a>.</em></p>
   <blockquote>
   <h2>Kotlin 1.4.21</h2>
   <h2>CHANGELOG</h2>
   <h3>IDE. Gradle Integration</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-42561";><code>KT-42561</code></a> 
&quot;Could not get unknown property 'sourceSets' for project&quot; when 
running JVM module with included MPP module</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43511";><code>KT-43511</code></a> 
Task 'MainKt.main()' not found in root project</li>
   </ul>
   <h3>Libraries</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43586";><code>KT-43586</code></a> 
Source documentation:  ExperimentalPathAPI misspelt</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43745";><code>KT-43745</code></a> 
<code>replace</code> for strings ignores case of locale characters</li>
   </ul>
   <h3>Native. C and ObjC Import</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43265";><code>KT-43265</code></a> 
Kotlin/Native fails to generate alias for C enum entry</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43530";><code>KT-43530</code></a> 
Kotlin/Native compilation fails with &quot;Symbol for public 
kotlin/Array.size.<!-- raw HTML omitted -->|-8255337774232345969[0] is 
unbound&quot;</li>
   </ul>
   <h3>Native</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43517";><code>KT-43517</code></a> 
On Kotlin 1.4.20 we got kotlin.NotImplementedError when try compile iOS 
framework</li>
   </ul>
   <h3>Tools. Gradle. JS</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-43668";><code>KT-43668</code></a> 
PackageJson task use file dependencies as is (files and directories), but only 
files necessary</li>
   </ul>
   <h2>Checksums</h2>
   <table>
   <thead>
   <tr>
   <th>File</th>
   <th>Sha256</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>kotlin-compiler-1.4.21.zip</td>
   <td>46720991a716e90bfc0cf3f2c81b2bd735c14f4ea6a5064c488e04fd76e6b6c7</td>
   </tr>
   <tr>
   <td>kotlin-native-linux-1.4.21.tar.gz</td>
   <td>140c06ede7d4c23ff65fb8de507aff117e96d8330dbb9b910a730bfb70bca59c</td>
   </tr>
   <tr>
   <td>kotlin-native-macos-1.4.21.tar.gz</td>
   <td>e7a13b3138e2769a1ab0b9eb8187b56f8874380cdd96479702f1063ce7de69ca</td>
   </tr>
   <tr>
   <td>kotlin-native-windows-1.4.21.zip</td>
   <td>e97242bb79a945f20ebc749200f30b80865b725054b098d9c2dec3e09a98a3d</td>
   </tr>
   </tbody>
   </table>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md";>kotlin-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h1>CHANGELOG</h1>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/d6330337a988200443c66c23ec6f2ed194e502a3";><code>d633033</code></a>
 FIR IDE: introduce param for enabling disabled tests</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/a671054fa32f991bb4ebde2cf5aa1ac915f0337e";><code>a671054</code></a>
 FIR IDE: change until-build to 203.* in plugin.xml</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/b6d80a11498483b9c2fb7b66cb25159a918b15ab";><code>b6d80a1</code></a>
 Build: Fix kotlin-compiler-internal-test-framework empty sources jar</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/1d51dffd768340e00893585f8b62aba300a9ea56";><code>1d51dff</code></a>
 Reminder about -Pidea.fir.plugin=true for running fir-idea tests</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/e5c62c38389232da0f889ab887ddeb344b80d940";><code>e5c62c3</code></a>
 [JS] Disable special checks in labeled-block-to-do-while</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/7ca54ec4058e4de0a96b86faa1057faa74672be1";><code>7ca54ec</code></a>
 [JS IR] unmute test arraySort.kt</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/4c69f78de8aa7f05f8d362619c4c82adfd84c0da";><code>4c69f78</code></a>
 [JS] Replace J2V8 based ScriptEngine with a process-based version</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/39cc149da0c313abf046af957aa24d6fe951fa3d";><code>39cc149</code></a>
 [JS] Revert disabling running ES6 tests on all platforms except linux</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/2cb4a4906f9482d0aeff727eb5d0b38cc6ec7168";><code>2cb4a49</code></a>
 [JS] Remove j2v8 from dependencies</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/f4431a21fc681b4580d6fbbaed1c52a9a78ea8aa";><code>f4431a2</code></a>
 [JS] Make all JS test tasks depending on setupV8</li>
   <li>Additional commits viewable in <a 
href="https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.4.21";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `kotlin-maven-plugin` from 1.4.20 to 1.4.21
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to