Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update dependency com.google.code.gson:gson to v2.14.0 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
renovate wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from renovate/com.google.code.gson-gson-2.x
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion build-logic/build.gradle
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion layout-preview/build.gradle
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion project/build.gradle
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /