This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 6c0574db91173596c04d491f4aec9d9f6a8092a7
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon Jan 7 17:10:45 2019 +0000

    bump the jetty version declared to match the one actually provided by karaf
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f1b6b8..1fe3436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
         <karaf.version>4.2.1</karaf.version>
         <karaf.plugin.version>4.1.4</karaf.plugin.version><!-- held back for 
KARAF-5932 - fixed in 4.2.2 -->
         <felix.framework.version>5.6.10</felix.framework.version>
-        <jetty.version>9.3.24.v20180605</jetty.version>
+        <jetty.version>9.4.11.v20180605</jetty.version>
 
         <!-- Transitive dependencies, declared explicitly to avoid version 
mismatch -->
         <clojure.version>1.4.0</clojure.version>

Reply via email to