Skip to content

Commit

Permalink
Update gson due to reported vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpseng committed Apr 20, 2024
1 parent 6c636a2 commit 14d60bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCPP-J/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dependencies {
compile project(':common')
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.google.code.gson:gson:2.8.9'
compile 'org.java-websocket:Java-WebSocket:1.5.3'
testCompile 'junit:junit:4.13.2'
testCompile 'org.mockito:mockito-core:4.11.0'
Expand Down

0 comments on commit 14d60bc

Please sign in to comment.