From 479e69ffb618999616af2e4901d959a801ef0bfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: 2026年4月23日 22:38:12 +0000 Subject: [PATCH] fix(deps): update dependency com.google.code.gson:gson to v2.14.0 --- app/build.gradle | 2 +- build-logic/build.gradle | 2 +- common/build.gradle | 2 +- layout-preview/build.gradle | 2 +- project/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d818a8330..fea50d925 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { // TODO: language processing should be on its own module implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'org.antlr:antlr4-runtime:4.13.2' // TODO: completion providers should not be included on the main module implementation project(path: ':code-editor') diff --git a/build-logic/build.gradle b/build-logic/build.gradle index bdc009d8c..552f564eb 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation project(path: ':google-java-format') implementation project(path: ':ktfmt') - compileOnly 'com.google.code.gson:gson:2.11.0' + compileOnly 'com.google.code.gson:gson:2.14.0' implementation project(path: ':logging') implementation project(path: ':manifmerger') implementation project(path: ':project') diff --git a/common/build.gradle b/common/build.gradle index a61873ee1..6e91860fc 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.9.1' api 'com.google.guava:guava:33.3.0-jre' - compileOnlyApi 'com.google.code.gson:gson:2.11.0' + compileOnlyApi 'com.google.code.gson:gson:2.14.0' api 'commons-io:commons-io:2.16.1' api 'net.lingala.zip4j:zip4j:2.11.5' compileOnly project(path: ':android-stubs') diff --git a/layout-preview/build.gradle b/layout-preview/build.gradle index b91236640..0fa1882d7 100644 --- a/layout-preview/build.gradle +++ b/layout-preview/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation project(path: ':xml-completion') implementation 'androidx.annotation:annotation:1.9.1' - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'com.github.bumptech.glide:glide:4.16.0' api project(path: ':proteus-core') diff --git a/project/build.gradle b/project/build.gradle index 280875da4..0d3e58c08 100644 --- a/project/build.gradle +++ b/project/build.gradle @@ -15,7 +15,7 @@ dependencies { // for manifest parsing implementation project(path: ':manifmerger') - compileOnly 'com.google.code.gson:gson:2.11.0' + compileOnly 'com.google.code.gson:gson:2.14.0' // user data holder implementation project(path: ':kotlinc') compileOnly project(path: ':android-stubs')

AltStyle によって変換されたページ (->オリジナル) /