mirror of
https://github.com/fankes/moshi.git
synced 2025-12-12 19:25:04 +08:00
Update dependency com.google.googlejavaformat:google-java-format to v1.23.0 (#1873)
* Update dependency com.google.googlejavaformat:google-java-format to v1.23.0 * Formatting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <jw@squareup.com>
This commit is contained in:
@@ -36,5 +36,5 @@ junit = "junit:junit:4.13.2"
|
|||||||
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
|
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
|
||||||
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }
|
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }
|
||||||
truth = "com.google.truth:truth:1.4.4"
|
truth = "com.google.truth:truth:1.4.4"
|
||||||
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.22.0"
|
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.23.0"
|
||||||
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
|
ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ public final class MoshiTest {
|
|||||||
final char c = (char) i;
|
final char c = (char) i;
|
||||||
String s;
|
String s;
|
||||||
switch (c) {
|
switch (c) {
|
||||||
// TODO: make JsonWriter.REPLACEMENT_CHARS visible for testing?
|
// TODO: make JsonWriter.REPLACEMENT_CHARS visible for testing?
|
||||||
case '\"':
|
case '\"':
|
||||||
s = "\\\"";
|
s = "\\\"";
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user