This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 55e19802847a296a671c25c25346e5a8b0ab3337 Author: Michael Blow <[email protected]> AuthorDate: Tue Jan 18 21:11:26 2022 -0500 [NO ISSUE][MISC] Update dependencies - com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 2.13.1 - com.fasterxml.jackson.core:jackson-core ......... 2.13.0 -> 2.13.1 - com.fasterxml.jackson.core:jackson-databind ..... 2.13.0 -> 2.13.1 - commons-io:commons-io ............................ 2.8.0 -> 2.11.0 - io.netty:netty-buffer ............... 4.1.69.Final -> 4.1.73.Final - io.netty:netty-codec ................ 4.1.69.Final -> 4.1.73.Final - io.netty:netty-codec-http............ 4.1.69.Final -> 4.1.73.Final - io.netty:netty-common ............... 4.1.69.Final -> 4.1.73.Final - io.netty:netty-handler .............. 4.1.69.Final -> 4.1.73.Final - io.netty:netty-transport ............ 4.1.69.Final -> 4.1.73.Final - junit:junit ....................................... 4.13 -> 4.13.2 - org.apache.maven:maven-artifact ................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-compat ..................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-core ....................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-model ...................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-plugin-api ................. 3.6.0 -> 3.8.4 - org.apache.httpcomponents:httpcore .............. 4.4.14 -> 4.4.15 - org.apache.httpcomponents:httpcore-nio .......... 4.4.10 -> 4.4.15 - org.freemarker:freemarker ....................... 2.3.29 -> 2.3.31 - org.slf4j:slf4j-api ............................. 1.7.25 -> 1.7.33 - org.slf4j:slf4j-simple .......................... 1.7.28 -> 1.7.33 Change-Id: I3d4520195b91630bd75219f0ca23f25589750b31 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14864 Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Murtadha Hubail <[email protected]> Integration-Tests: Jenkins <[email protected]> Tested-by: Michael Blow <[email protected]> --- asterixdb/asterix-runtime/pom.xml | 1 - asterixdb/asterix-server/pom.xml | 35 ++++-------- asterixdb/asterix-spidersilk/pom.xml | 4 +- asterixdb/pom.xml | 10 ++-- .../appended-resources/supplemental-models.xml | 64 +++++++++++++--------- ...e_netty-tcnative-parent-2.0.46.Final_NOTICE.txt | 51 +++++++++++++++++ ....com_netty_netty_netty-4.1.73.Final_NOTICE.txt} | 0 hyracks-fullstack/hyracks/hyracks-http/pom.xml | 2 +- .../license-automation-plugin/pom.xml | 2 +- hyracks-fullstack/pom.xml | 32 +++++------ 10 files changed, 126 insertions(+), 75 deletions(-) diff --git a/asterixdb/asterix-runtime/pom.xml b/asterixdb/asterix-runtime/pom.xml index a226991..f3d5e9c 100644 --- a/asterixdb/asterix-runtime/pom.xml +++ b/asterixdb/asterix-runtime/pom.xml @@ -149,7 +149,6 @@ <dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> - <version>8.3.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml index 8bc7560..e912257 100644 --- a/asterixdb/asterix-server/pom.xml +++ b/asterixdb/asterix-server/pom.xml @@ -169,32 +169,21 @@ <url>https://raw.githubusercontent.com/mojohaus/appassembler/appassembler-2.0.0/LICENSE.txt</url> </override> <override> - <gav>io.netty:netty-transport:4.1.69.Final</gav> + <gavs> + <gav>io.netty:netty-buffer:4.1.69.Final</gav> + <gav>io.netty:netty-codec:4.1.69.Final</gav> + <gav>io.netty:netty-codec-http:4.1.69.Final</gav> + <gav>io.netty:netty-common:4.1.69.Final</gav> + <gav>io.netty:netty-handler:4.1.69.Final</gav> + <gav>io.netty:netty-resolver:4.1.69.Final</gav> + <gav>io.netty:netty-transport:4.1.69.Final</gav> + </gavs> <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> </override> <override> - <gav>io.netty:netty-codec:4.1.69.Final</gav> - <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> - </override> - <override> - <gav>io.netty:netty-buffer:4.1.69.Final</gav> - <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> - </override> - <override> - <gav>io.netty:netty-resolver:4.1.69.Final</gav> - <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> - </override> - <override> - <gav>io.netty:netty-handler:4.1.69.Final</gav> - <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> - </override> - <override> - <gav>io.netty:netty-common:4.1.69.Final</gav> - <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> - </override> - <override> - <gav>io.netty:netty-codec-http:4.1.69.Final</gav> - <noticeUrl>https://raw.githubusercontent.com/netty/netty/netty-4.1.69.Final/NOTICE.txt</noticeUrl> + <gav>io.netty:netty-tcnative-classes:2.0.46.Final</gav> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <noticeUrl>https://raw.githubusercontent.com/netty/netty-tcnative/netty-tcnative-parent-2.0.46.Final/NOTICE.txt</noticeUrl> </override> </overrides> <licenses> diff --git a/asterixdb/asterix-spidersilk/pom.xml b/asterixdb/asterix-spidersilk/pom.xml index 6b370c8..d3c10c6 100644 --- a/asterixdb/asterix-spidersilk/pom.xml +++ b/asterixdb/asterix-spidersilk/pom.xml @@ -53,7 +53,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> <scope>test</scope> </dependency> <dependency> @@ -65,12 +64,11 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.25</version> + <version>1.7.33</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.7</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index d041866..8a94592 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -886,17 +886,17 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.7.28</version> + <version>1.7.33</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> @@ -1324,12 +1324,12 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>com.esri.geometry</groupId> diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml b/asterixdb/src/main/appended-resources/supplemental-models.xml index ff1da0b..138a39b 100644 --- a/asterixdb/src/main/appended-resources/supplemental-models.xml +++ b/asterixdb/src/main/appended-resources/supplemental-models.xml @@ -160,9 +160,9 @@ <artifactId>netty-transport</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -172,9 +172,9 @@ <artifactId>netty-codec</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -184,9 +184,9 @@ <artifactId>netty-handler</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -196,9 +196,9 @@ <artifactId>netty-buffer</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -208,9 +208,9 @@ <artifactId>netty-common</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -220,9 +220,9 @@ <artifactId>netty-codec-http</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -232,9 +232,9 @@ <artifactId>netty-resolver</artifactId> <properties> <!-- netty is ALv2, and does not contain any embedded LICENSE or NOTICE file --> - <license.ignoreMissingEmbeddedLicense>4.1.69.Final</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>4.1.69.Final</license.ignoreMissingEmbeddedNotice> - <license.ignoreNoticeOverride>4.1.69.Final</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>4.1.73.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>4.1.73.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreNoticeOverride>4.1.73.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -303,7 +303,7 @@ <artifactId>jackson-annotations</artifactId> <properties> <!-- jackson-annotations does not provide an embedded NOTICE file --> - <license.ignoreMissingEmbeddedNotice>2.12.3,2.13.0</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedNotice>2.12.3,2.13.1</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> @@ -364,9 +364,23 @@ <properties> <!-- snappy-java is ALv2, and does not contain any embedded LICENSE or NOTICE file --> <!-- license override not needed, ALv2 is specified in its pom.xml --> - <!-- see https://github.com/xerial/snappy-java/blob/1.1.7.1/LICENSE --> - <license.ignoreMissingEmbeddedLicense>1.1.7.1</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>1.1.7.1</license.ignoreMissingEmbeddedNotice> + <!-- see https://raw.githubusercontent.com/xerial/snappy-java/1.1.8.4/LICENSE --> + <license.ignoreMissingEmbeddedLicense>1.1.8.4</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>1.1.8.4</license.ignoreMissingEmbeddedNotice> + </properties> + </project> + </supplement> + <supplement> + <project> + <groupId>io.netty</groupId> + <artifactId>netty-tcnative-classes</artifactId> + <properties> + <!-- netty-tcnative-classes is ALv2, and does not contain any embedded LICENSE or NOTICE file --> + <!-- see https://github.com/netty/netty-tcnative/blob/netty-tcnative-parent-2.0.46.Final/LICENSE.txt --> + <license.ignoreMissingEmbeddedLicense>2.0.46.Final</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>2.0.46.Final</license.ignoreMissingEmbeddedNotice> + <license.ignoreLicenseOverride>2.0.46.Final</license.ignoreLicenseOverride> + <license.ignoreNoticeOverride>2.0.46.Final</license.ignoreNoticeOverride> </properties> </project> </supplement> diff --git a/asterixdb/src/main/licenses/content/originals/raw.githubusercontent.com_netty_netty-tcnative_netty-tcnative-parent-2.0.46.Final_NOTICE.txt b/asterixdb/src/main/licenses/content/originals/raw.githubusercontent.com_netty_netty-tcnative_netty-tcnative-parent-2.0.46.Final_NOTICE.txt new file mode 100644 index 0000000..893572a --- /dev/null +++ b/asterixdb/src/main/licenses/content/originals/raw.githubusercontent.com_netty_netty-tcnative_netty-tcnative-parent-2.0.46.Final_NOTICE.txt @@ -0,0 +1,51 @@ + The Netty Project + ================= + +Please visit the Netty web site for more information: + + * http://netty.io/ + +Copyright 2016 The Netty Project + +The Netty Project licenses this file to you under the Apache License, +version 2.0 (the "License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at: + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +License for the specific language governing permissions and limitations +under the License. + +------------------------------------------------------------------------------- +This product contains a forked and modified version of Tomcat Native + + * LICENSE: + * license/LICENSE.tomcat-native.txt (Apache License 2.0) + * HOMEPAGE: + * http://tomcat.apache.org/native-doc/ + * https://svn.apache.org/repos/asf/tomcat/native/ + +This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build. + + * LICENSE: + * license/LICENSE.mvn-wrapper.txt (Apache License 2.0) + * HOMEPAGE: + * https://github.com/takari/maven-wrapper + +This product contains small piece of code to support AIX, taken from netbsd. + + * LICENSE: + * license/LICENSE.aix-netbsd.txt (OpenSSL License) + * HOMEPAGE: + * https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist + + +This product contains code from boringssl. + + * LICENSE (Combination ISC and OpenSSL license) + * license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) + * HOMEPAGE: + * https://boringssl.googlesource.com/boringssl/ \ No newline at end of file diff --git a/asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.69.Final_NOTICE.txt b/asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.73.Final_NOTICE.txt similarity index 100% rename from asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.69.Final_NOTICE.txt rename to asterixdb/src/main/licenses/content/raw.githubusercontent.com_netty_netty_netty-4.1.73.Final_NOTICE.txt diff --git a/hyracks-fullstack/hyracks/hyracks-http/pom.xml b/hyracks-fullstack/hyracks/hyracks-http/pom.xml index 0d334c1..4b6bdef 100644 --- a/hyracks-fullstack/hyracks/hyracks-http/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-http/pom.xml @@ -82,7 +82,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> - <version>4.4.10</version> + <version>4.4.15</version> <scope>test</scope> </dependency> <dependency> diff --git a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml index 7c6e821..8fb63d6 100644 --- a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml @@ -54,7 +54,7 @@ <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.29</version> + <version>2.3.31</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index e4b3624..2560856 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -73,7 +73,7 @@ <jacoco.version>0.7.6.201602180812</jacoco.version> <log4j.version>2.17.1</log4j.version> <snappy.version>1.1.8.4</snappy.version> - <jackson.version>2.13.0</jackson.version> + <jackson.version>2.13.1</jackson.version> <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title> <implementation.url>https://asterixdb.apache.org/</implementation.url> @@ -85,37 +85,37 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>4.1.69.Final</version> + <version>4.1.73.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>4.1.69.Final</version> + <version>4.1.73.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>4.1.69.Final</version> + <version>4.1.73.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>4.1.69.Final</version> + <version>4.1.73.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> - <version>4.1.69.Final</version> + <version>4.1.73.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>4.1.69.Final</version> + <version>4.1.73.Final</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.2</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> @@ -171,7 +171,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -233,7 +233,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.14</version> + <version>4.4.15</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -288,27 +288,27 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.8.3</version> + <version>3.8.4</version> </dependency> <dependency> <groupId>it.unimi.dsi</groupId> @@ -318,7 +318,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.7.28</version> + <version>1.7.33</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId>
