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 10:29:01 UTC

[ignite] branch master updated: IGNTIE-17572 Update dependency mockserver-netty (#10333)

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 770dda9a89c IGNTIE-17572 Update dependency mockserver-netty (#10333)
770dda9a89c is described below

commit 770dda9a89c64a201f38884e244a86395d80571b
Author: nao <56...@users.noreply.github.com>
AuthorDate: Thu Oct 20 13:28:53 2022 +0300

    IGNTIE-17572 Update dependency mockserver-netty (#10333)
---
 modules/kubernetes/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/kubernetes/pom.xml b/modules/kubernetes/pom.xml
index 830c4f8f327..565b567641a 100644
--- a/modules/kubernetes/pom.xml
+++ b/modules/kubernetes/pom.xml
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.mock-server</groupId>
             <artifactId>mockserver-netty</artifactId>
-            <version>5.11.1</version>
+            <version>5.14.0</version>
             <scope>test</scope>
         </dependency>