From 16b029d686a9ec8e00fe58b04ff69ab41301134e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jan 2021 04:49:41 +0000 Subject: [PATCH 1/2] fix: nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1047324 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450207 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450917 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-467014 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-467015 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-467016 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-469674 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-469676 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-471943 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-472980 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-540500 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-548451 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-559094 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-559106 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-560762 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-560766 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-561362 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-561373 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-561585 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-561586 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-561587 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-564887 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-564888 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-570625 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-572300 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-572314 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-572316 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72882 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72883 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72884 - https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-460507 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHENIFI-534979 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHENIFI-548592 - https://snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-1035561 --- nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml b/nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml index 58c8f19d..23545e79 100644 --- a/nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml +++ b/nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml @@ -200,7 +200,7 @@ org.apache.nifi nifi-database-utils - 1.10.0 + 1.12.0 From 012ca326089c0f2d114c4429dcad446558fcd2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20Mu=C3=B1oz?= Date: Mon, 25 Jan 2021 23:53:51 -0500 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c340a07..1d054e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,11 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v2 - - name: Use Java 13 + - name: Use Java 8 uses: actions/setup-java@v1 with: - java-version: 13 - - name: 'Unit Tests with Java 13' + java-version: 8 + - name: 'Unit Tests with Java 8' run: | cd nifi-ngsi-bundle mvn -s ../settings.xml install -DskipTests=true -Dmaven.javadoc.skip=true -Padd-dependencies-for-IDEA > maven-install.log