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 <[email protected]>
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>