You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2023/02/06 03:17:31 UTC

[kafka] branch build-dep-update-3.5 created (now fa495feddca)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch build-dep-update-3.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


      at fa495feddca MINOR: Update build and test dependencies for 3.5

This branch includes the following new commits:

     new fa495feddca MINOR: Update build and test dependencies for 3.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: MINOR: Update build and test dependencies for 3.5

Posted by ij...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch build-dep-update-3.5
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit fa495feddca48192be6933f80a82308163796fa6
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Sun Feb 5 19:02:46 2023 -0800

    MINOR: Update build and test dependencies for 3.5
---
 build.gradle               | 14 +++++++-------
 gradle/dependencies.gradle | 10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/build.gradle b/build.gradle
index ef1872b7d7a..a1f6488edbf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,16 +30,16 @@ buildscript {
 }
 
 plugins {
-  id 'com.diffplug.spotless' version '6.10.0'
-  id 'com.github.ben-manes.versions' version '0.42.0'
+  id 'com.diffplug.spotless' version '6.13.0'
+  id 'com.github.ben-manes.versions' version '0.44.0'
   id 'idea'
   id 'java-library'
-  id 'org.owasp.dependencycheck' version '7.1.1'
-  id 'org.nosphere.apache.rat' version "0.7.1"
+  id 'org.owasp.dependencycheck' version '8.0.2'
+  id 'org.nosphere.apache.rat' version "0.8.0"
 
-  id "com.github.spotbugs" version '5.0.9' apply false
-  id 'org.gradle.test-retry' version '1.4.0' apply false
-  id 'org.scoverage' version '7.0.0' apply false
+  id "com.github.spotbugs" version '5.0.13' apply false
+  id 'org.gradle.test-retry' version '1.5.1' apply false
+  id 'org.scoverage' version '7.0.1' apply false
   id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
   id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.0"
 }
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index a1e9752cebf..ce36f093e4d 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -65,7 +65,7 @@ versions += [
   gradle: "7.6",
   grgit: "4.1.1",
   httpclient: "4.5.13",
-  easymock: "4.3",
+  easymock: "5.1.0",
   jackson: "2.13.4",
   jacksonDatabind: "2.13.4.2",
   jacoco: "0.8.7",
@@ -73,7 +73,7 @@ versions += [
   jetty: "9.4.48.v20220622",
   jersey: "2.34",
   jline: "3.21.0",
-  jmh: "1.35",
+  jmh: "1.36",
   hamcrest: "2.2",
   scalaLogging: "3.9.4",
   jaxAnnotation: "1.3.2",
@@ -82,8 +82,8 @@ versions += [
   jfreechart: "1.0.0",
   jopt: "5.0.4",
   jose4j: "0.7.9",
-  junit: "5.9.0",
-  jqwik: "1.6.5",
+  junit: "5.9.2",
+  jqwik: "1.7.2",
   kafka_0100: "0.10.0.1",
   kafka_0101: "0.10.1.1",
   kafka_0102: "0.10.2.2",
@@ -106,7 +106,7 @@ versions += [
   lz4: "1.8.0",
   mavenArtifact: "3.8.4",
   metrics: "2.2.0",
-  mockito: "4.6.1",
+  mockito: "4.11.0",
   netty: "4.1.86.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",