diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-08-26 20:41:38 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-26 20:52:24 -0400 |
commit | 4d795357ddbe04fe03614a721147dde0063b7022 (patch) | |
tree | 46caf680e74c5e740de9a66ab5899db63b2df1de /version.properties | |
parent | fffac1a005dcb07bba0c6b89dd3cc7ccd012cb6f (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: I6600f271d1e7745597045d223762816b2138b6c8
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}
|