You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/02/19 01:14:43 UTC

[incubator-apisix] branch master updated: change: updated jsonschema to v0.6 . (#1140)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b5a606  change: updated jsonschema to v0.6 . (#1140)
6b5a606 is described below

commit 6b5a606fe6cf5ea2d731725853e07e3b6f23ae0a
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Wed Feb 19 09:14:32 2020 +0800

    change: updated jsonschema to v0.6 . (#1140)
---
 rockspec/apisix-master-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index 532d1a2..0189b98 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -46,7 +46,7 @@ dependencies = {
     "luafilesystem = 1.7.0-2",
     "lua-tinyyaml = 0.1",
     "lua-resty-prometheus = 1.0",
-    "jsonschema = 0.5",
+    "jsonschema = 0.6",
     "lua-resty-ipmatcher = 0.4",
 }