diff options
Diffstat (limited to 'prh-commons')
-rw-r--r-- | prh-commons/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 7cc78388..27b2efed 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>prh</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.prh</groupId> @@ -73,7 +73,6 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>5.0.5.RELEASE</version> </dependency> </dependencies> </project> |