Skip to content

Commit 14d60bc

Browse files
author
rpseng
committed
Update gson due to reported vulnerability.
1 parent 6c636a2 commit 14d60bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OCPP-J/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
dependencies {
66
compile project(':common')
7-
compile 'com.google.code.gson:gson:2.8.0'
7+
compile 'com.google.code.gson:gson:2.8.9'
88
compile 'org.java-websocket:Java-WebSocket:1.5.3'
99
testCompile 'junit:junit:4.13.2'
1010
testCompile 'org.mockito:mockito-core:4.11.0'

0 commit comments

Comments
 (0)