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

stanislavkozlovski pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 031d0ff1bab MINOR: Update build and test dependencies for 3.5 (#13199)
031d0ff1bab is described below

commit 031d0ff1bab7071f233e45cad6438237f410b57e
Author: Ismael Juma <ism...@juma.me.uk>
AuthorDate: Thu Feb 9 06:16:39 2023 -0800

    MINOR: Update build and test dependencies for 3.5 (#13199)
    
    The most recent version that didn't cause compiler or test errors was 
chosen.
    
    Gradle plugin updates follow, they include minor fixes and support
    for newer Java and Gradle versions:
    
    - spotless: 6.10.0 -> 6.13.0
    - versions: 0.42.0 -> 0.44.0
    - dependencycheck: 7.1.1 -> 8.0.2
    - rat: 0.7.1 -> 0.8.0
    - spotbugs: 5.0.9 -> 5.0.13
    - test-retry: 1.4.0 -> 1.5.1
    - scoverage: 7.0.0 -> 7.0.1
    
    Test/benchmark updates:
    
    - jmh: 1.35 -> 1.36
    GC profiler and perfasm improvements
    https://mail.openjdk.org/pipermail/jmh-dev/2022-November/003553.html
    
    - junit: 5.9.0 -> 5.9.2
    Minor fixes
    
https://junit.org/junit5/docs/current/release-notes/index.html#release-notes-5.9.2
    
    - jqwik: 1.6.5 -> 1.7.2
    A number of usability improvements, bug fixes and minor breaking changes
    https://jqwik.net/release-notes.html#172
    
    - mockito: 4.6.1 -> 4.9.0
    Usability improvements, perf fixes and bug fixes
    https://github.com/mockito/mockito/releases/tag/v4.7.0
    https://github.com/mockito/mockito/releases/tag/v4.8.0
    https://github.com/mockito/mockito/releases/tag/v4.8.1
    https://github.com/mockito/mockito/releases/tag/v4.9.0
    
    Reviewers: Stanislav Kozlovski <stanislav_kozlov...@outlook.com>, Luke Chen 
<show...@gmail.com>
---
 build.gradle               | 14 +++++++-------
 gradle/dependencies.gradle |  8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/build.gradle b/build.gradle
index 7ea7aaae4b2..92f2fd1970d 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..7e63b32f33a 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -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.9.0",
   netty: "4.1.86.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",

Reply via email to