diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-08-26 20:31:28 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-26 20:53:57 -0400 |
commit | 99be62c61920f08a1a0bfed2fae464d432945728 (patch) | |
tree | 1b74e62b8058058406e5185f584f9bef842f1062 /version.properties | |
parent | 08b708081240653154b61253f427835e1f56f5b6 (diff) |
Update the version of swagger-core
This version of swagger-core doesn't use jQuery which is vulnerable
Issue-ID: LOG-1101
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I3c646f4f84cf8a943d0ba64715ee2fd46a7c21a3
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index cbb6b90..1ae00ac 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
|