diff options
-rw-r--r-- | aai-parent/pom.xml | 4 | ||||
-rw-r--r-- | aai-schema-ingest/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index bf0cdf43..9fc6e402 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -52,7 +52,7 @@ limitations under the License. <commons.cli.version>1.4</commons.cli.version> <commons.compress.version>1.19</commons.compress.version> <commons.configuration.version>1.10</commons.configuration.version> - <commons.io.version>2.6</commons.io.version> + <commons.io.version>2.8.0</commons.io.version> <commons.lang.version>2.6</commons.lang.version> <commons.lang3.version>3.9</commons.lang3.version> <commons.net.version>3.6</commons.net.version> @@ -65,7 +65,7 @@ limitations under the License. <freemarker.version>2.3.31</freemarker.version> <google.guava.version>19.0</google.guava.version> <gremlin.version>3.2.3</gremlin.version> - <groovy.version>2.5.8</groovy.version> + <groovy.version>2.5.13</groovy.version> <gson.version>2.8.6</gson.version> <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version> <hamcrest.core.version>2.2</hamcrest.core.version> diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index e07517ae..403835bd 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -35,7 +35,7 @@ limitations under the License. <properties> <eelf.core.version>1.0.1-oss</eelf.core.version> - <httpclient.version>4.5.5</httpclient.version> + <httpclient.version>4.5.13</httpclient.version> <springframework.version>4.3.24.RELEASE</springframework.version> </properties> <build> |