janhoy commented on PR #1678: URL: https://github.com/apache/solr/pull/1678#issuecomment-1571521126
Spring is a transitive test-dependency for s3-repository and jwt-auth. I tried removing the two lines from `versions.props` and ended up with this ``` org.springframework.* 5.3.23 -> 5.2.15.RELEASE org.springframework.boot.* 2.5.14 -> 2.3.12.RELEASE ``` Seems like the lines were added during upgrade to Jetty 10 in SOLR-15955 with the comment `* For s3mock specifically, upgrade spring-boot 2.5.14 and spring 5.3.23 to handle Jetty 10`. I'd like to get us back to having these as transitive dependencies, and add a comment-line to `versions.props` on why these are overridden. Upgrading s3mock to `2.11.0` would solve the problem, but I see you tried this in April but rolled back @risdenk , @gerlowskija - remember why we had to roll back? -- 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]
