risdenk commented on code in PR #585: URL: https://github.com/apache/solr/pull/585#discussion_r1001013851
########## solr/test-framework/build.gradle: ########## @@ -57,12 +57,12 @@ dependencies { implementation 'com.google.guava:guava' implementation 'io.dropwizard.metrics:metrics-core' implementation 'io.dropwizard.metrics:metrics-jetty9' + implementation 'org.eclipse.jetty.toolchain:jetty-servlet-api' Review Comment: Move this back to line 65... ########## versions.props: ########## @@ -68,5 +68,7 @@ org.openjdk.jmh:*=1.32 org.quicktheories:quicktheories=0.26 org.semver4j:semver4j=2.1.1 org.slf4j:*=1.7.36 +org.springframework.boot:spring-boot=2.5.10 Review Comment: this needs a * to make sure all the spring boot gets updated. ########## solr/modules/s3-repository/build.gradle: ########## @@ -77,8 +79,9 @@ dependencies { testImplementation 'commons-io:commons-io' testImplementation 'org.apache.commons:commons-lang3' - + Review Comment: Fix this... -- 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-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org