Explorar o código

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

Stephen Gold %!s(int64=3) %!d(string=hai) anos
pai
achega
e298dbb698
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.8.1'
+    api 'com.google.code.gson:gson:2.8.9'
     testImplementation project(':jme3-desktop')
 }