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-endpoints | |
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-endpoints')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index d2dcb2b0..9f8cabc9 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/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> </properties> <dependencies> |