无法使用数组布尔表达式删除数据

JSONPath.remove(jsonObject, "$.dependencies.values[?(@.name=='Demo')]");
java.lang.UnsupportedOperationException: null
	at com.alibaba.fastjson.JSONPath.remove(JSONPath.java:357) ~[fastjson-1.2.61.jar:na]
	at com.alibaba.fastjson.JSONPath.remove(JSONPath.java:503) ~[fastjson-1.2.61.jar:na]