Explorar o código

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

Stephen Gold %!s(int64=2) %!d(string=hai) anos
pai
achega
4fb95646d7
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.9.0'
+    api 'com.google.code.gson:gson:2.9.1'
     testRuntimeOnly project(':jme3-desktop')
 }