We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bca9d commit 5889ff7Copy full SHA for 5889ff7
build.gradle
@@ -39,7 +39,7 @@ ext {
39
}
40
41
dependencies {
42
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
43
implementation group: 'org.apache.ant', name: 'ant', version: '1.10.14'
44
implementation group: 'com.beust', name: 'jcommander', version: '1.82'
45
0 commit comments