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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f2d312  [OPENMEETINGS-1859] jetty version is updated
8f2d312 is described below

commit 8f2d312058ec5111fbd303e300596d2b56a16526
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Mar 3 19:59:11 2019 +0700

    [OPENMEETINGS-1859] jetty version is updated
---
 openmeetings-web/pom.xml | 2 +-
 pom.xml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/pom.xml b/openmeetings-web/pom.xml
index e25d030..6d7439b 100644
--- a/openmeetings-web/pom.xml
+++ b/openmeetings-web/pom.xml
@@ -558,7 +558,7 @@
                                <plugin>
                                        <groupId>org.eclipse.jetty</groupId>
                                        
<artifactId>jetty-maven-plugin</artifactId>
-                                       <version>${jetty9.version}</version>
+                                       <version>${jetty.version}</version>
                                        <configuration>
                                                <systemProperties>
                                                        <systemProperty>
diff --git a/pom.xml b/pom.xml
index edcf2fc..f55e410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
                <commons-text.version>1.6</commons-text.version>
                <slf4j.version>1.7.26</slf4j.version>
                <logback.version>1.2.3</logback.version>
-               <jetty9.version>9.4.12.v20180830</jetty9.version>
+               <jetty.version>9.4.15.v20190215</jetty.version>
                <license.excludedScopes>test</license.excludedScopes>
                <bcprov-jdk15on.version>1.61</bcprov-jdk15on.version>
                <mockito.version>2.24.5</mockito.version>

Reply via email to