Browse Source

jme3-plugins: update the "gson" library to v2.9.1

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

+ 1 - 1
jme3-plugins/build.gradle

@@ -11,6 +11,6 @@ sourceSets {
 
 dependencies {
     api project(':jme3-core')
-    api 'com.google.code.gson:gson:2.9.0'
+    api 'com.google.code.gson:gson:2.9.1'
     testRuntimeOnly project(':jme3-desktop')
 }