This is an automated email from the ASF dual-hosted git repository. ctubbsii 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 45e01ab update versions to match accumulo pom.xml (#10) 45e01ab is described below commit 45e01abeaef47dde4efdbaabfaafbf6189650e9b Author: EdColeman <d...@etcoleman.com> AuthorDate: Sat May 21 08:41:30 2022 +0000 update versions to match accumulo pom.xml (#10) --- pom.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 8678c61..f127466 100644 --- a/pom.xml +++ b/pom.xml @@ -90,12 +90,14 @@ <eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle> <!-- extra release args for testing --> <extraReleaseArguments /> + <hadoop.version>3.3.0</hadoop.version> <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> <maven.compiler.release>11</maven.compiler.release> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> <!-- timestamp for reproducible outputs, updated on release by the release plugin --> <project.build.outputTimestamp>2020-08-27T15:56:15Z</project.build.outputTimestamp> + <slf4j.version>1.7.35</slf4j.version> <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor> </properties> <dependencyManagement> @@ -104,17 +106,17 @@ <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> - <version>4.1.2</version> + <version>4.5.3</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> - <version>3.7.1</version> + <version>3.19.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> - <version>2.6.0</version> + <version>2.9.0</version> <exclusions> <exclusion> <groupId>org.apache.hadoop</groupId> @@ -131,7 +133,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.8.0</version> <scope>provided</scope> </dependency> <dependency> @@ -159,25 +161,25 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client-api</artifactId> - <version>3.2.1</version> + <version>${hadoop.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> - <version>2.13.1</version> + <version>2.17.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.30</version> + <version>${slf4j.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> @@ -189,25 +191,25 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client-minicluster</artifactId> - <version>3.2.1</version> + <version>${hadoop.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client-runtime</artifactId> - <version>3.2.1</version> + <version>${hadoop.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs-client</artifactId> - <version>3.2.1</version> + <version>${hadoop.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>2.13.1</version> + <version>2.17.2</version> <scope>test</scope> </dependency> </dependencies>