You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ti...@apache.org on 2022/10/20 11:46:13 UTC

[ignite] branch master updated: IGNITE-17926 Update jetty dependency (#10329)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0825b7d73d9 IGNITE-17926 Update jetty dependency (#10329)
0825b7d73d9 is described below

commit 0825b7d73d9c7a395ca4aaea67f54d4a75eecd92
Author: nao <56...@users.noreply.github.com>
AuthorDate: Thu Oct 20 14:46:05 2022 +0300

    IGNITE-17926 Update jetty dependency (#10329)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 224009597aa..bfcfaed6b88 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -103,7 +103,7 @@
         <javax.cache.version>1.0.0</javax.cache.version>
         <jboss.rmi.version>1.0.6.Final</jboss.rmi.version>
         <jetbrains.annotations.version>16.0.3</jetbrains.annotations.version>
-        <jetty.version>9.4.43.v20210629</jetty.version>
+        <jetty.version>9.4.49.v20220914</jetty.version>
         <jmh.version>1.13</jmh.version>
         <jms.spec.version>1.1.1</jms.spec.version>
         <jna.version>4.5.2</jna.version>