diff --git a/csv-parser-core/pom.xml b/csv-parser-core/pom.xml index 18bbc6f4fc8d92ca9aa8a2942fc1f31d7256b257..9cfbbbaa79fcd967cbea9855540b0fb77e8f6a5e 100644 --- a/csv-parser-core/pom.xml +++ b/csv-parser-core/pom.xml @@ -31,7 +31,7 @@ <org-json.version>20200518</org-json.version> <spring-retry.version>1.2.5.RELEASE</spring-retry.version> <spring-aspects.version>5.2.8.RELEASE</spring-aspects.version> - <json-flattener.version>0.12.0</json-flattener.version> + <json-flattener.version>0.12.0</json-flattener.version> </properties> @@ -41,8 +41,9 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>${os-core-common.version}</version> + <version>${os-core-common.version}</version> </dependency> + <!-- Spring Boot --> <dependency> @@ -53,13 +54,15 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <exclusions> + <exclusions> <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> </exclusion> </exclusions> + </dependency> + <dependency> <groupId>org.springframework.retry</groupId> <artifactId>spring-retry</artifactId> diff --git a/pom.xml b/pom.xml index e11f598e83397ccd3352f845d61adae17f9084c8..c66efc8d58a040085fed567ff20e8e7e17ac1362 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <javax.inject.version>1</javax.inject.version> <org.mapstruct.version>1.3.1.Final</org.mapstruct.version> <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> - <os-core-common.version>0.12.0</os-core-common.version> + <os-core-common.version>0.12.2</os-core-common.version> <springfox.version>2.9.2</springfox.version> <snakeyaml.csv-parser.version>1.26</snakeyaml.csv-parser.version> <netty.csv-parser.version>4.1.46.Final</netty.csv-parser.version> @@ -52,6 +52,7 @@ <tomcat-coyote.version>9.0.37</tomcat-coyote.version> <elasticsearch.version>7.9.0</elasticsearch.version> <spring-web.version>5.2.8.RELEASE</spring-web.version> + <log4j2.version>2.16.0</log4j2.version> </properties> <licenses> @@ -133,6 +134,7 @@ <groupId>org.springframework</groupId> <version>${spring-web.version}</version> </dependency> + </dependencies> </dependencyManagement> diff --git a/provider/csv-parser-aws/pom.xml b/provider/csv-parser-aws/pom.xml index 01f2699dd6fde3c81af161f8021ded4726b2671c..1ad1d63727de4591292df803ef3b954efee400eb 100644 --- a/provider/csv-parser-aws/pom.xml +++ b/provider/csv-parser-aws/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> - <version>2.8.2</version> + <version>2.16.0</version> </dependency> </dependencies> <build> diff --git a/provider/csv-parser-azure/pom.xml b/provider/csv-parser-azure/pom.xml index 75d6e6e51437236d0b0bc25084842f930cb5ea3f..f2188e8e0dc68a6069f8093eb2fb050f3bb22cc6 100644 --- a/provider/csv-parser-azure/pom.xml +++ b/provider/csv-parser-azure/pom.xml @@ -23,7 +23,7 @@ <properties> <azure.version>2.3.5</azure.version> - <os-core-common.version>0.12.0</os-core-common.version> + <os-core-common.version>0.12.2</os-core-common.version> <azure.identity.version>1.2.1</azure.identity.version> <azure.storage.version>12.9.0</azure.storage.version> @@ -34,7 +34,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-azure</artifactId> - <version>0.12.0</version> + <version>0.12.3</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/provider/csv-parser-gcp/pom.xml b/provider/csv-parser-gcp/pom.xml index 95517363c9a1f227ea9d1b4c5462b894714ce5b1..1fa99f0c3b617d810530e48e8b78de95c1f1c3e4 100644 --- a/provider/csv-parser-gcp/pom.xml +++ b/provider/csv-parser-gcp/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.12.0</version> + <version>0.12.1</version> </dependency> <dependency> <groupId>ch.qos.logback.contrib</groupId> diff --git a/provider/csv-parser-ibm/pom.xml b/provider/csv-parser-ibm/pom.xml index ba10ebd4d701c4e32edc1f8d7a8e071244c55387..525046ab74b2dbac23c90d783a93d88feb16f414 100644 --- a/provider/csv-parser-ibm/pom.xml +++ b/provider/csv-parser-ibm/pom.xml @@ -16,7 +16,7 @@ <description>IBM Cloud implementation of CSV parser service</description> <properties> - <os-core-lib-ibm.version>0.12.0</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.12.1</os-core-lib-ibm.version> </properties> <dependencies> @@ -39,9 +39,9 @@ <groupId>org.amqphub.spring</groupId> <artifactId>amqp-10-jms-spring-boot-starter</artifactId> <version>2.3.0</version> - </dependency> - + </dependency> </dependencies> + <build> <plugins> diff --git a/testing/csv-parser-aws-test/pom.xml b/testing/csv-parser-aws-test/pom.xml index efd7c36e337d38aa119253c908068afab8729615..a64e7747deb280b63e976537b8d0c7df4e4eb631 100644 --- a/testing/csv-parser-aws-test/pom.xml +++ b/testing/csv-parser-aws-test/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-aws</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>0.12.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> diff --git a/testing/csv-parser-azure-test/pom.xml b/testing/csv-parser-azure-test/pom.xml index e21e187563890a5376417589cbef2398a6a8c7ce..71ef26cebb0484f7d4739acdb2dd1f5146a2f831 100644 --- a/testing/csv-parser-azure-test/pom.xml +++ b/testing/csv-parser-azure-test/pom.xml @@ -20,7 +20,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-azure</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>0.12.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> diff --git a/testing/csv-parser-core-test/pom.xml b/testing/csv-parser-core-test/pom.xml index cd3dec350ca4b376724b29efbda6b1ebe4f84b2c..8d9b4072e1e0bb51732c7e40dac75fb6f00a1de8 100644 --- a/testing/csv-parser-core-test/pom.xml +++ b/testing/csv-parser-core-test/pom.xml @@ -27,12 +27,12 @@ <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> <classifier>tests</classifier> - <version>0.12.0-SNAPSHOT</version> + <version>0.12.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>0.12.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/csv-parser-gcp-test/pom.xml b/testing/csv-parser-gcp-test/pom.xml index 436bcf523f3d01a513480d47ad5e07967912f02d..a35f814c5c9fc9e3ddf1726561da3571ac5898a7 100644 --- a/testing/csv-parser-gcp-test/pom.xml +++ b/testing/csv-parser-gcp-test/pom.xml @@ -15,7 +15,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-gcp</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>0.12.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> diff --git a/testing/csv-parser-ibm-test/pom.xml b/testing/csv-parser-ibm-test/pom.xml index c31f41137ff153a991b5fd5d468dacb65a04d098..14dc7852298afa528905398df967210251138f3a 100644 --- a/testing/csv-parser-ibm-test/pom.xml +++ b/testing/csv-parser-ibm-test/pom.xml @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-ibm</artifactId> - <version>0.12.0-SNAPSHOT</version> + <version>0.12.1-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId>