Browse Source

update the "gson" library to v2.10.1 (#2183)

Stephen Gold 1 năm trước cách đây
mục cha
commit
4f40391610
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jme3-plugins-json-gson/build.gradle

+ 1 - 1
jme3-plugins-json-gson/build.gradle

@@ -11,6 +11,6 @@ sourceSets {
 dependencies {
 
     api project(':jme3-plugins-json')
-    api 'com.google.code.gson:gson:2.9.1'
+    api 'com.google.code.gson:gson:2.10.1'
 
 }