We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a69c65 commit 6f359b5Copy full SHA for 6f359b5
build.gradle
@@ -36,7 +36,7 @@ sonarqube {
36
37
dependencies {
38
implementation "org.jetbrains:annotations:22.0.0"
39
- implementation "com.google.code.gson:gson:2.8.8"
+ implementation "com.google.code.gson:gson:2.8.9"
40
41
testImplementation "junit:junit:4.13.1"
42
}
gradle.properties
@@ -1,6 +1,6 @@
1
groupId=com.github.goodforgod
2
artifactId=java-etherscan-api
3
-artifactVersion=1.1.1
+artifactVersion=1.2.0
4
buildNumber=1
5
6
0 commit comments