Explorar el Código

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

Stephen Gold hace 3 años
padre
commit
7491877b61
Se han modificado 1 ficheros con 1 adiciones y 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.9'
+    api 'com.google.code.gson:gson:2.9.0'
     testRuntimeOnly project(':jme3-desktop')
 }