Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit f4800b3

Browse files
Updated GSON version (#18)
Updated GSON version
1 parent a29bb77 commit f4800b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apply plugin: 'eclipse'
3434

3535
jar {
3636
baseName = 'remrem-shared'
37-
version = '0.3.5'
37+
version = '0.3.6'
3838
}
3939

4040
group 'com.ericsson.eiffel.remrem'
@@ -51,7 +51,7 @@ repositories {
5151
}
5252

5353
dependencies {
54-
compile'com.google.code.gson:gson:2.6.2'
54+
compile'com.google.code.gson:gson:2.8.1'
5555
compile 'commons-codec:commons-codec:1.10'
5656
testCompile 'junit:junit:4.12'
5757
}

0 commit comments

Comments
 (0)