onichols-pivotal commented on a change in pull request #6942:
URL: https://github.com/apache/geode/pull/6942#discussion_r723481400
##########
File path:
buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
##########
@@ -67,6 +67,7 @@ class DependencyConstraints implements Plugin<Project> {
deps.put("junit.version", "4.13.2")
deps.put("junit-jupiter.version", "5.7.2")
deps.put("cglib.version", "3.3.0")
+ deps.put("gradle-tooling-api.version", "5.1.1")
Review comment:
I don't like that this is now separated from the comment that explains
why it's such an old version
--
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]