summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChengkai Yan <martin.c.yan@est.tech>2018-10-29 12:57:47 +0100
committerChengkai Yan <martin.c.yan@est.tech>2018-11-01 14:06:09 +0100
commitcf1221cac89cc3310017d6c72ee0638ddec24cea (patch)
tree7e56bddf2827dbd7f0c4a1de90179c0f907eeae8 /pom.xml
parentf964ebd72b28c29d2b00cf09803e2076996376fe (diff)
Add test for FtpsClient, Improve code coverage.
Fix a security vulnerability risk Change-Id: I71560dfd9977a7e96ac4441e468602b616c7e7a6 Issue-ID: DCAEGEN2-889 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 51b1ab44..5af67d60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<immutable.version>2.7.1</immutable.version>
<spring.version>5.1.0.RELEASE</spring.version>
<spring-boot.version>2.1.0.M4</spring-boot.version>
- <tomcat.version>8.5.32</tomcat.version>
+ <tomcat.version>8.5.34</tomcat.version>
<docker.maven.version>1.0.0</docker.maven.version>
<resource.maven.plugin.version>3.1.0</resource.maven.plugin.version>
@@ -271,7 +271,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.16.0</version>
+ <version>2.23.0</version>
<scope>test</scope>
</dependency>
<dependency>