Skip to content

Commit 6f359b5

Browse files
committed
[1.2.0]
Gson updated to 2.8.9 Version updated to 1.2.0
1 parent 3a69c65 commit 6f359b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sonarqube {
3636

3737
dependencies {
3838
implementation "org.jetbrains:annotations:22.0.0"
39-
implementation "com.google.code.gson:gson:2.8.8"
39+
implementation "com.google.code.gson:gson:2.8.9"
4040

4141
testImplementation "junit:junit:4.13.1"
4242
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groupId=com.github.goodforgod
22
artifactId=java-etherscan-api
3-
artifactVersion=1.1.1
3+
artifactVersion=1.2.0
44
buildNumber=1
55

66

0 commit comments

Comments
 (0)