dependabot[bot] opened a new pull request, #2803:
URL: https://github.com/apache/thrift/pull/2803

   Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.8.21.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/JetBrains/kotlin/releases";>jvm's releases</a>.</em></p>
   <blockquote>
   <h2>Kotlin 1.8.21</h2>
   <h2>Changelog</h2>
   <h3>Compiler</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57848";><code>KT-57848</code></a> 
Native: compilation of dynamic/static library fails with Xcode 14.3</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57875";><code>KT-57875</code></a> 
Native compilation failure: Suspend functions should be lowered out at this 
point, but FUN LOCAL_FUNCTION_FOR_LAMBDA</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57946";><code>KT-57946</code></a> 
KAPT: &quot;RuntimeException: No type for expression&quot; with delegate</li>
   </ul>
   <h3>JavaScript</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57356";><code>KT-57356</code></a> 
KJS: StackOverflowException on <code>@JsExport</code> with type parameters 
referring to one another</li>
   </ul>
   <h3>Tools. Commonizer</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57796";><code>KT-57796</code></a> 
NoSuchFileException in :module-B:commonizeCInterop with Kotlin 1.8.20</li>
   </ul>
   <h3>Tools. Compiler plugins. Serialization</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58067";><code>KT-58067</code></a> 
Serialization: NullPointerException caused by <code>@Contextual</code> property 
with type with generic</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57730";><code>KT-57730</code></a> 
Serialization: &quot;IllegalStateException: Serializer for element of type <!-- 
raw HTML omitted -->.Foo has not been found&quot; caused by serialization of 
Java type</li>
   </ul>
   <h3>Tools. Gradle. JS</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57766";><code>KT-57766</code></a> 
KJS / Gradle &quot;Module not found: Error: Can't resolve 
'kotlin-kotlin-stdlib-js-ir'&quot; when using &quot;useEsModules&quot;</li>
   </ul>
   <h3>Tools. Kapt</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58027";><code>KT-58027</code></a> 
Kotlin 1.8.20 kapt issue &quot;null: KtCallExpression: build()&quot;</li>
   </ul>
   <h3>Tools. Maven</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58048";><code>KT-58048</code></a> 
Maven: &quot;Too many source module declarations found&quot; after upgrading to 
1.8.20</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58101";><code>KT-58101</code></a> 
'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 
1.8.20</li>
   </ul>
   <h2>Checksums</h2>
   <table>
   <thead>
   <tr>
   <th>File</th>
   <th>Sha256</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td>kotlin-compiler-1.8.21.zip</td>
   <td>6e43c5569ad067492d04d92c28cdf8095673699d81ce460bd7270443297e8fd7</td>
   </tr>
   <tr>
   <td>kotlin-native-linux-x86_64-1.8.21.tar.gz</td>
   <td>0fc854641dd6d88dce3cc044bb5bc99b9035480474e23541eff03771690c68cf</td>
   </tr>
   <tr>
   <td>kotlin-native-macos-x86_64-1.8.21.tar.gz</td>
   <td>e73bfdac0461ee0c84f25e61063c243bf8d4eb8e0ff5da250456d6a23c677fd6</td>
   </tr>
   <tr>
   <td>kotlin-native-macos-aarch64-1.8.21.tar.gz</td>
   <td>0a97957921ed55458f3e6cc9117643914ccf3663d8ad7eb161a4a03035a7521b</td>
   </tr>
   <tr>
   <td>kotlin-native-windows-x86_64-1.8.21.zip</td>
   <td>f23d3288a47ee580f82f862d55452a75074fce3d26fe7e7f55e27b6015226d8d</td>
   </tr>
   </tbody>
   </table>
   <h2>Kotlin 1.8.20</h2>
   <h2>Changelog</h2>
   <h3>Analysis API</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md";>jvm's 
changelog</a>.</em></p>
   <blockquote>
   <h2>1.8.21</h2>
   <h3>Compiler</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57848";><code>KT-57848</code></a> 
Native: compilation of dynamic/static library fails with Xcode 14.3</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57875";><code>KT-57875</code></a> 
Native compilation failure: Suspend functions should be lowered out at this 
point, but FUN LOCAL_FUNCTION_FOR_LAMBDA</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57946";><code>KT-57946</code></a> 
KAPT: &quot;RuntimeException: No type for expression&quot; with delegate</li>
   </ul>
   <h3>JavaScript</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57356";><code>KT-57356</code></a> 
KJS: StackOverflowException on <a 
href="https://github.com/JsExport";><code>@​JsExport</code></a> with type 
parameters referring to one another</li>
   </ul>
   <h3>Tools. Compiler plugins. Serialization</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58067";><code>KT-58067</code></a> 
Serialization: NullPointerException caused by <a 
href="https://github.com/Contextual";><code>@​Contextual</code></a> property 
with type with generic</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57730";><code>KT-57730</code></a> 
Serialization: &quot;IllegalStateException: Serializer for element of type <!-- 
raw HTML omitted -->.Foo has not been found&quot; caused by serialization of 
Java type</li>
   </ul>
   <h3>Tools. Gradle. JS</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-57766";><code>KT-57766</code></a> 
KJS / Gradle &quot;Module not found: Error: Can't resolve 
'kotlin-kotlin-stdlib-js-ir'&quot; when using &quot;useEsModules&quot;</li>
   </ul>
   <h3>Tools. Kapt</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58027";><code>KT-58027</code></a> 
Kotlin 1.8.20 kapt issue &quot;null: KtCallExpression: build()&quot;</li>
   </ul>
   <h3>Tools. Maven</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58048";><code>KT-58048</code></a> 
Maven: &quot;Too many source module declarations found&quot; after upgrading to 
1.8.20</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-58101";><code>KT-58101</code></a> 
'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 
1.8.20</li>
   </ul>
   <h2>1.8.20</h2>
   <h3>Analysis API</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-55510";><code>KT-55510</code></a> 
K2: Lost designation for local classes</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-55191";><code>KT-55191</code></a> 
AA: add an API to compare symbol pointers</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-55487";><code>KT-55487</code></a> 
K2: symbol pointer restoring doesn't work for static members</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-55336";><code>KT-55336</code></a> 
K2 IDE: &quot;java.lang.IllegalStateException: Required value was null.&quot; 
exception while importing a compiled JPS project</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-55098";><code>KT-55098</code></a> 
AA: KtDeclarationRenderer should render a context receivers</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-51181";><code>KT-51181</code></a> 
LL API: errors for SAM with suspend function from another module</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-50250";><code>KT-50250</code></a> 
Analysis API: Implement Analysis API of KtExpression.isUsedAsExpression</li>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-54360";><code>KT-54360</code></a> 
KtPropertySymbol: support JvmField in javaSetterName and javaGetterName</li>
   </ul>
   <h3>Analysis API. FE1.0</h3>
   <ul>
   <li><a 
href="https://youtrack.jetbrains.com/issue/KT-55825";><code>KT-55825</code></a> 
AA FE1.0: stackoverflow when resolution to a function with a recursive type 
parameter</li>
   </ul>
   <h3>Analysis API. FIR</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/ec1553ae4123974f50f4f18a1b6f2656cac2dde1";><code>ec1553a</code></a>
 Add Changelog for 1.8.21</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/92c7d495e51fee8c5ec16631576c43d9e59d64e1";><code>92c7d49</code></a>
 [Maven] Filter duplicated source roots to avoid multiple module declarations 
...</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/035172c30d47102138e3c9253587ae8481aba219";><code>035172c</code></a>
 [KxSerialization] Fix &quot;IllegalAccessError: Update to static final 
field&quot;</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/ea2e0bdc3ffd91661bd7dca599448dfda0b76925";><code>ea2e0bd</code></a>
 Fix maven script executor after changes in the jdk path processing</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/d44d8ea1a7ee3947964119070e4ae55b651f4bb1";><code>d44d8ea</code></a>
 Kapt+JVM_IR: generate delegated members correctly</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/ebdbaab6d8318ea2e9583681c3e4e0a487a514b1";><code>ebdbaab</code></a>
 Correctly support nullability in type arguments for serializer&lt;T&gt;() 
intrinsic.</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/34efee5474ac6bb56af53487b75a20e35d54399b";><code>34efee5</code></a>
 Don't fail if there is no serializer for type parameters of contextual 
serial...</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/a75271c97e61bcb4918ddf27cf4ff408fceafbb8";><code>a75271c</code></a>
 Do not create cacheableChildSerializers unless it is necessary</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/9f94142179eaa3fa2fd1ac2ba90cd191cfdb8795";><code>9f94142</code></a>
 [K/JS] Rework ES modules part with squashed JsImport and right renaming 
strat...</li>
   <li><a 
href="https://github.com/JetBrains/kotlin/commit/153d7b9d6fe506380796e8245350ac2cdab74570";><code>153d7b9</code></a>
 [K/JS] Change strategy for implicitly exported declarations if there is a 
cyc...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.8.21";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jvm&package-manager=gradle&previous-version=1.6.10&new-version=1.8.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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
   - `@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)
   
   
   </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.

To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

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

Reply via email to