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-app-common | |
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-app-common')
-rwxr-xr-x | vid-app-common/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 3b255d8c9..c1e3fb9be 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -38,7 +38,7 @@ <jackson.databind.version>2.10.2</jackson.databind.version> <onap.logging.version>1.6.1</onap.logging.version> <jersey.version>2.29.1</jersey.version> - <surefire.version>2.22.1</surefire.version> + <surefire.version>2.22.2</surefire.version> <selenium.version>3.141.59</selenium.version> <sonar.coverage.exclusions>**/webapp/**/*,**/*.js</sonar.coverage.exclusions> @@ -244,7 +244,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.5.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -372,7 +372,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.0.0</version> + <version>3.2.3</version> <configuration> <!-- Build a jar with all the Java classes --> <attachClasses>true</attachClasses> @@ -528,7 +528,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.9</version> + <version>4.5.11</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -538,7 +538,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>4.5.9</version> + <version>4.5.11</version> </dependency> <dependency> <groupId>com.xebialabs.restito</groupId> @@ -862,7 +862,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.7</version> + <version>1.8</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -921,7 +921,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> - <version>3.6.1</version> + <version>3.6.3</version> </dependency> </dependencies> </project> |