We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916a85d commit af24d2cCopy full SHA for af24d2c
build.gradle
@@ -166,7 +166,7 @@ dependencies {
166
implementation 'com.google.guava:guava-annotations:r03'
167
168
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
169
- implementation 'com.google.code.gson:gson:2.10.1'
+ implementation 'com.google.code.gson:gson:2.11.0'
170
implementation 'javax.annotation:javax.annotation-api:1.3.2' // for jdk 11 or over
171
172
testImplementation gradleTestKit()
0 commit comments