Răsfoiți Sursa

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

Stephen Gold 2 ani în urmă
părinte
comite
4fb95646d7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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')
 }