aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-02-27 13:40:28 +0200
committerIttay Stern <ittay.stern@att.com>2020-03-03 08:07:21 +0200
commit9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 (patch)
tree842c9b40525e90db9ecececc9fa391aa5e88be66 /pom.xml
parent4e32415b9d34fcd8b18cf278b92c441e5044feab (diff)
Bump apache plugins and dependencies to latests
Issue-ID: VID-755 Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 86b54a30c..00661bf9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.1</version>
+ <version>2.22.2</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
@@ -133,7 +133,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.8.1</version>
<configuration>
<debug>true</debug>
@@ -233,7 +233,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.9</version>
+ <version>4.5.11</version>
</dependency>
</dependencies>
</project>