You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/09/25 18:07:32 UTC

[GitHub] [solr] gerlowskija commented on a diff in pull request #1043: SOLR-16346: Fix intermittent 'check' error

gerlowskija commented on code in PR #1043:
URL: https://github.com/apache/solr/pull/1043#discussion_r979439181


##########
versions.lock:
##########
@@ -415,5 +411,6 @@ org.springframework.boot:spring-boot-starter-jetty:2.3.12.RELEASE (1 constraints
 org.springframework.boot:spring-boot-starter-json:2.3.12.RELEASE (1 constraints: 03178f4e)
 org.springframework.boot:spring-boot-starter-logging:2.3.12.RELEASE (1 constraints: 98154deb)
 org.springframework.boot:spring-boot-starter-web:2.3.12.RELEASE (1 constraints: 1d0d3137)
+org.yaml:snakeyaml:1.26 (1 constraints: 0c13dd1f)

Review Comment:
   `./gradlew dependencies` shows that it's pulled in transitively by the s3mock test dep in the `s3-repository` module.
   
   It's weird that the line was missing prior to this commit, but it seems to be legit.   I know Kevin recently updated some of the gradle plugins we were using for dep management and `check` enforcement; maybe related to that in some way?



-- 
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: issues-unsubscribe@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org