This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 28087e0 fix(deps): upgrade jsonschema to 0.9.8 (#6407)
28087e0 is described below
commit 28087e0516891bff2f6b09fbe8c527c08d9ef7b8
Author: leslie <[email protected]>
AuthorDate: Wed Feb 23 09:08:59 2022 +0800
fix(deps): upgrade jsonschema to 0.9.8 (#6407)
---
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 1d654d7..2319ead 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -51,7 +51,7 @@ dependencies = {
"luafilesystem = 1.7.0-2",
"api7-lua-tinyyaml = 0.4.2",
"nginx-lua-prometheus = 0.20220127",
- "jsonschema = 0.9.7",
+ "jsonschema = 0.9.8",
"lua-resty-ipmatcher = 0.6.1",
"lua-resty-kafka = 0.07",
"lua-resty-logger-socket = 2.0-0",