Merged
Conversation
Bumps the gradle-deps group with 4 updates: [org.eclipse.lsp4j:org.eclipse.lsp4j](https://github.com/eclipse-lsp4j/lsp4j), [com.google.code.gson:gson](https://github.com/google/gson), [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `org.eclipse.lsp4j:org.eclipse.lsp4j` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/eclipse-lsp4j/lsp4j/releases) - [Changelog](https://github.com/eclipse-lsp4j/lsp4j/blob/main/CHANGELOG.md) - [Commits](eclipse-lsp4j/lsp4j@v0.23.1...v0.24.0) Updates `com.google.code.gson:gson` from 2.11.0 to 2.12.1 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1) Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin.jvm` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin.jvm` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.eclipse.lsp4j:org.eclipse.lsp4j dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the gradle-deps group with 4 updates: org.eclipse.lsp4j:org.eclipse.lsp4j, com.google.code.gson:gson, org.jetbrains.kotlin:kotlin-gradle-plugin and org.jetbrains.kotlin.jvm.
Updates
org.eclipse.lsp4j:org.eclipse.lsp4jfrom 0.23.1 to 0.24.0Release notes
Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j's releases.
Changelog
Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j's changelog.
Commits
202c299Prepare repo for 0.24.0 release (#870)513bd73Update changelog + readme to close off 0.24.0 and prep 1.0.0 (#869)10515b1Revert "Add module-info to the modules" (#868)db85990fix: ClassCastException when handling "textDocument/inlineValue" event651eb49Merge pull request #863 from jansorg/dap-spec-syncac74e5bUpdate DAP version to 1.69.06e77618Fix inconsistency in "evaluate" description39eb3f7Clarify of variableReference after setVariablea3216f0Clarify meaning of "system process"bf7a554Add supportsANSIStyling capabilities to allow colorization of text from debug...Updates
com.google.code.gson:gsonfrom 2.11.0 to 2.12.1Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
29e3d1d[maven-release-plugin] prepare release gson-parent-2.12.1be456cfMake the import of com.google.errorprone optional (#2795)b2e26faBump the github-actions group with 3 updates (#2785)10bdd6dSimplify collection type adapters slightly. (#2791)ab9c54f[maven-release-plugin] prepare for next development iterationaaf7a12[maven-release-plugin] prepare release gson-parent-2.12.0a2b1c3cAllow registering adapters forJsonElementagain (#2789)e5dce84Bump the maven group with 8 updates (#2784)84e5f16Bump the maven group with 7 updates (#2777)9f3e577Bump the github-actions group with 2 updates (#2778)Updates
org.jetbrains.kotlin:kotlin-gradle-pluginfrom 2.1.0 to 2.1.10Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
... (truncated)
Commits
6dff565Add ChangeLog for 2.1.10-RC25e6f6a6[tests] Turned on passing testsb968b02[K/N] Skip missing dependencies during cache building8b57d44[CMP] no metadata annotations on synthetic classesf82abd9[AA] Lazily compute the effective visibility in FIR stub-based deserializer618eaff[FIR] Don't render lazy attributes withnullvalue in FIR renderer5f5af38[FIR] Remove incorrect fast-path from@PublishedAPIcomputation for binary de...435080b[FIR] Consider effective visibility of parent class during deserialization05e92d4[Test] Reproduce KT-74040 in AA testsc49acfb[Test] RenderisPublicApiattribute in AA testsUpdates
org.jetbrains.kotlin.jvmfrom 2.1.0 to 2.1.10Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
... (truncated)
Commits
6dff565Add ChangeLog for 2.1.10-RC25e6f6a6[tests] Turned on passing testsb968b02[K/N] Skip missing dependencies during cache building8b57d44[CMP] no metadata annotations on synthetic classesf82abd9[AA] Lazily compute the effective visibility in FIR stub-based deserializer618eaff[FIR] Don't render lazy attributes withnullvalue in FIR renderer5f5af38[FIR] Remove incorrect fast-path from@PublishedAPIcomputation for binary de...435080b[FIR] Consider effective visibility of parent class during deserialization05e92d4[Test] Reproduce KT-74040 in AA testsc49acfb[Test] RenderisPublicApiattribute in AA testsUpdates
org.jetbrains.kotlin.jvmfrom 2.1.0 to 2.1.10Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
... (truncated)
Commits
6dff565Add ChangeLog for 2.1.10-RC25e6f6a6[tests] Turned on passing testsb968b02[K/N] Skip missing dependencies during cache building8b57d44[CMP] no metadata annotations on synthetic classesf82abd9[AA] Lazily compute the effective visibility in FIR stub-based deserializer618eaff[FIR] Don't render lazy attributes withnullvalue in FIR renderer5f5af38[FIR] Remove incorrect fast-path from@PublishedAPIcomputation for binary de...435080b[FIR] Consider effective visibility of parent class during deserialization05e92d4[Test] Reproduce KT-74040 in AA testsc49acfb[Test] RenderisPublicApiattribute in AA testsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions