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

Commit 12fd915

Browse files
fix(deps): update dependency org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc to v0.21.2 (#1644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a23db7b commit 12fd915

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
@@ -47,7 +47,7 @@ common-jkotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.r
4747
common-eventbus_ap = { module = "org.greenrobot:eventbus-annotation-processor", version = "3.3.1" }
4848
common-javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
4949
common-ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
50-
common-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc", version = "0.21.1" }
50+
common-jsonrpc = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc", version = "0.21.2" }
5151
common-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.13" }
5252
common-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
5353
common-retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }

0 commit comments

Comments
 (0)