瀏覽代碼

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

Stephen Gold 2 年之前
父節點
當前提交
4fb95646d7
共有 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.9.0'
+    api 'com.google.code.gson:gson:2.9.1'
     testRuntimeOnly project(':jme3-desktop')
 }