This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
commit 87c425fa5a1628742342089e246b9c8508b03621 Author: Martijn Visser <martijnvis...@apache.org> AuthorDate: Mon Apr 24 16:16:58 2023 +0200 [FLINK-31925][Benchmarks] Update and sync dependency versions This commit either syncs versions to the version used in Flink itself, or to the latest available version --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a55c8c9..9084a51 100644 --- a/pom.xml +++ b/pom.xml @@ -52,14 +52,14 @@ under the License. <scala.binary.version>2.12</scala.binary.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> - <slf4j.version>1.7.7</slf4j.version> + <slf4j.version>1.7.36</slf4j.version> <log4j.version>1.2.17</log4j.version> - <jmh.version>1.19</jmh.version> - <junit.version>4.12</junit.version> - <avro.version>1.8.2</avro.version> - <mockito.version>2.21.0</mockito.version> + <jmh.version>1.36</jmh.version> + <junit.version>4.13.2</junit.version> + <avro.version>1.11.1</avro.version> + <mockito.version>3.4.6</mockito.version> <maven.exec.version>1.6.0</maven.exec.version> - <maven.compiler.version>3.1</maven.compiler.version> + <maven.compiler.version>3.8.0</maven.compiler.version> <chill.version>0.7.6</chill.version> <thrift.version>0.13.0</thrift.version> <protobuf.version>3.21.7</protobuf.version>