You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/04/30 15:58:30 UTC

[GitHub] [kafka] ijuma commented on a change in pull request #10619: MINOR: Update test libraries and gradle plugins for better JDK 16/17 support

ijuma commented on a change in pull request #10619:
URL: https://github.com/apache/kafka/pull/10619#discussion_r623988989



##########
File path: build.gradle
##########
@@ -30,15 +30,15 @@ buildscript {
 }
 
 plugins {
-  id 'com.diffplug.spotless' version '5.10.2'
-  id 'com.github.ben-manes.versions' version '0.36.0'
+  id 'com.diffplug.spotless' version '5.12.4'
+  id 'com.github.ben-manes.versions' version '0.38.0'
   id 'idea'
   id 'java-library'
   id 'org.owasp.dependencycheck' version '6.1.1'

Review comment:
       Maybe I just missed it when looking at the updates. Are you thinking of the dependency check? The shadow upgrade requires Gradle 7, so that has to wait.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org