diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-09 09:22:23 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-09 09:22:30 -0500 |
commit | 1704665db8ad1bad1a5c7d221cb4bef833cb58d3 (patch) | |
tree | d9fb3ce20199ee68fcde7210b79ea3968d70d26b /policy-management/pom.xml | |
parent | d6644db063fa7c3dc9eb153932fc1c61a712667e (diff) |
Upgrade Jetty to remove security warning
This may not be red status, but I felt it was worthwhile to
upgrade this. It resolves a timing issue when checking passwords.
Issue-ID: POLICY-506
Change-Id: I926d2ee90529130d0c74285f4c4876083eb78f1f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 178d1c46..2c0f968e 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -37,7 +37,7 @@ <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <jetty.version>9.3.14.v20161028</jetty.version> + <jetty.version>9.3.20.v20170531</jetty.version> <gson.version>2.8.0</gson.version> </properties> |