diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2020-07-02 14:50:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-02 14:50:16 +0000 |
commit | ef567bddca2173867a1effc99d17f43e90ca4067 (patch) | |
tree | 28546cd3292e1b4b5c04a40ee6be0ad012ab6dab /utils/pom.xml | |
parent | 68a3ba2c76aa4d09ea7ec6e0c417ba7c5ebdf985 (diff) | |
parent | 6a384a208834df1ca94c350d8cd8ddad82f18efb (diff) |
Merge "Updating common dependencies"
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 95ea2c39..2737005a 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -90,7 +90,7 @@ <dependency> <groupId>com.worldturner.medeia</groupId> <artifactId>medeia-validator-gson</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> @@ -125,14 +125,14 @@ <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> - <version>1.3</version> + <version>2.2</version> </dependency> </dependencies> <build> <pluginManagement> <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> |