mlbiscoc commented on code in PR #4851: URL: https://github.com/apache/solr/pull/4851#discussion_r3990584501
########## gradle/libs.versions.toml: ########## @@ -176,7 +176,10 @@ nodejs = "22.18.0" onnx = "1.29.0" openapi = "7.25.0" openjdk-jmh = "1.37" -opentelemetry = "1.63.0" +opentelemetry = "1.65.0" +# @keep incubator artifact versioning trails the stable "opentelemetry" release by one "-alpha" suffix; +# bump alongside "opentelemetry" - it is not resolved via version alignment +opentelemetry-api-incubator = "1.65.0-alpha" opentelemetry-prometheus = "1.63.0-alpha" Review Comment: Can you update this to `1.65.0-alpha` as well? I would assume all of these should probably be the same. ########## solr/modules/extraction/src/test/org/apache/solr/handler/extraction/ExtractingRequestHandlerTikaServerTest.java: ########## Review Comment: Is this relevant to the 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]
