Copilot commented on code in PR #3699:
URL: https://github.com/apache/thrift/pull/3699#discussion_r3695787430
##########
lib/java/build.gradle:
##########
@@ -42,7 +42,7 @@ plugins {
id 'pmd'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id "com.github.spotbugs" version "5.2.5"
- id "com.diffplug.spotless" version "8.7.0"
+ id "com.diffplug.spotless" version "8.8.0"
Review Comment:
PR title/description says this bumps com.diffplug.spotless in /lib/kotlin,
but the actual change is in /lib/java/build.gradle. This mismatch makes it hard
to track dependency updates and may confuse release notes / reviewers. Either
update the PR metadata to reference /lib/java, or apply the intended bump in
the Kotlin Gradle build instead.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]