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:
renovate[bot]
2024-07-31 16:21:26 +00:00
committed by GitHub
parent 9705d01b9a
commit d17b673674
2 changed files with 2 additions and 2 deletions

View File

@@ -36,5 +36,5 @@ junit = "junit:junit:4.13.2"
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }
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"

View File

@@ -159,7 +159,7 @@ public final class MoshiTest {
final char c = (char) i;
String s;
switch (c) {
// TODO: make JsonWriter.REPLACEMENT_CHARS visible for testing?
// TODO: make JsonWriter.REPLACEMENT_CHARS visible for testing?
case '\"':
s = "\\\"";
break;