Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 8cf6624

Browse files
fix(deps): update dependency org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc to v0.21.0 (#1002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 238f4aa commit 8cf6624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ common-jkotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.r
4141
common-eventbus_ap = { module = "org.greenrobot:eventbus-annotation-processor", version = "3.3.1" }
4242
common-javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
4343
common-ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
44-
common-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc", version = "0.20.1" }
44+
common-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc", version = "0.21.0" }
4545
common-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.12"}
4646
common-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
4747
common-retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }

0 commit comments

Comments
 (0)