Преглед изворни кода

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

Stephen Gold пре 3 година
родитељ
комит
7491877b61
1 измењених фајлова са 1 додато и 1 уклоњено
  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')
 }