Browse Source

jme3-plugins: upgradel the "gson" library to v2.8.9

Stephen Gold 3 years ago
parent
commit
e298dbb698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-plugins/build.gradle

+ 1 - 1
jme3-plugins/build.gradle

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