Skip to content

Commit

Permalink
Merge pull request #257 from DeployGate/dependabot/gradle/com.google.…
Browse files Browse the repository at this point in the history
…code.gson-gson-2.12.1

chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
  • Loading branch information
enomoto-kazuya authored Feb 5, 2025
2 parents 77540c6 + 93ff5d2 commit a3ce7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {
implementation 'com.google.guava:guava-annotations:r03'

implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.1'
implementation 'javax.annotation:javax.annotation-api:1.3.2' // for jdk 11 or over

testImplementation gradleTestKit()
Expand Down

0 comments on commit a3ce7d3

Please sign in to comment.