You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ijuma (via GitHub)" <gi...@apache.org> on 2023/02/06 03:24:41 UTC

[GitHub] [kafka] ijuma commented on a diff in pull request #13199: MINOR: Update build and test dependencies for 3.5

ijuma commented on code in PR #13199:
URL: https://github.com/apache/kafka/pull/13199#discussion_r1096911636


##########
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.14.1'

Review Comment:
   6.14.1 is available, see here https://search.maven.org/artifact/com.diffplug.spotless/spotless-plugin-gradle/6.14.1/jar
   
   But it requires Java 11 to build, so I had to downgrade to 6.13.0..
   
   I'll ping reviewers once I get a green build. :)



-- 
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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

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