malliaridis commented on code in PR #3227:
URL: https://github.com/apache/solr/pull/3227#discussion_r2340540760


##########
gradle/libs.versions.toml:
##########
@@ -353,7 +356,7 @@ eclipse-jetty-xml = { module = 
"org.eclipse.jetty:jetty-xml", version.ref = "ecl
 eclipse-jgit-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", 
version.ref = "eclipse-jgit" }
 essenty-lifecycle = { module = "com.arkivanov.essenty:lifecycle", version.ref 
= "essenty" }
 fasterxml-jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", 
version.ref = "fasterxml" }
-fasterxml-jackson-core-annotations = { module = 
"com.fasterxml.jackson.core:jackson-annotations", version.ref = "fasterxml" }
+fasterxml-jackson-core-annotations = { module = 
"com.fasterxml.jackson.core:jackson-annotations", version.ref = 
"fasterxml-annotations" }

Review Comment:
   I was investigating this to find a solution via the platform module, but no 
success. But it is easy to add a single platform dependency to api module to 
apply this improvement.
   
   We may also exclude the versions for other dependencies that have a BOM, but 
I would do that in their according dependency update PR. :)



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to