diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-08-05 17:16:15 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-08-06 10:17:47 +0000 |
commit | c63a3402b0054642bfe07465278dc80246b0321b (patch) | |
tree | a67f7290f686d831556a1f736f6f359fd7797967 /pom.xml | |
parent | baf7f0a965d0ffebd5308d44758bfa9ba96c0c76 (diff) |
Updating the Jetty version
Change-Id: Id492fab0745479556a6c63af5aec32a49765cb67
Issue-ID: SDC-1545
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ <elastic-search.version>2.4.0</elastic-search.version> <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version> <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version> - <jetty.version>9.2.22.v20170606</jetty.version> + <jetty.version>9.3.20.v20170531</jetty.version> <!-- JSON and YAML Parsing --> <jackson.version>2.8.10</jackson.version> @@ -475,4 +475,4 @@ <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> -</project>
\ No newline at end of file +</project> |