diff options
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 0effb9e6..b73a7209 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,15 +25,15 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </parent> <artifactId>aai-schema-ingest</artifactId> <name>aai-schema-ingest</name> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>jar</packaging> <properties> - <eelf.core.version>1.0.0</eelf.core.version> + <eelf.core.version>1.0.1-oss</eelf.core.version> <httpclient.version>4.5.5</httpclient.version> </properties> <build> @@ -113,7 +113,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>1.5.18.RELEASE</version> + <version>1.5.20.RELEASE</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -128,7 +128,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.18.RELEASE</version> + <version>1.5.20.RELEASE</version> <scope>test</scope> </dependency> <dependency> |