diff options
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,7 +96,7 @@ limitations under the License. <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>1.1.1</version> + <version>1.2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -532,7 +532,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId> <artifactId>crypt-password</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.6</version> </dependency> </dependencies> <repositories> |