diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-27 13:40:28 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-03-03 08:07:21 +0200 |
commit | 9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 (patch) | |
tree | 842c9b40525e90db9ecececc9fa391aa5e88be66 /vid-ext-services-simulator/pom.xml | |
parent | 4e32415b9d34fcd8b18cf278b92c441e5044feab (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 'vid-ext-services-simulator/pom.xml')
-rw-r--r-- | vid-ext-services-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index ade419b9d..c08bcd4ec 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -197,7 +197,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> |