This is an automated email from the ASF dual-hosted git repository. dlmarion pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push: new be9559d Remove log4j dependency, sync others with accumulo (#13) be9559d is described below commit be9559d9528a05c7dcbefe6fd2866a68f65de516 Author: Dave Marion <dlmar...@apache.org> AuthorDate: Wed Oct 5 15:40:18 2022 -0400 Remove log4j dependency, sync others with accumulo (#13) --- pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index f760c75..704a3a3 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle> <!-- extra release args for testing --> <extraReleaseArguments /> - <hadoop.version>3.3.0</hadoop.version> + <hadoop.version>3.3.4</hadoop.version> <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> <maven.compiler.release>11</maven.compiler.release> <maven.compiler.source>11</maven.compiler.source> @@ -111,7 +111,7 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> - <version>3.19.6</version> + <version>3.21.7</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -127,13 +127,13 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.9.0</version> + <version>2.9.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.11.0</version> <scope>provided</scope> </dependency> <dependency> @@ -164,12 +164,6 @@ <version>${hadoop.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-1.2-api</artifactId> - <version>2.17.2</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId>