Hi,
Looks like as a part of #16273, you also made
<groupId>org.apache.solr</groupId>
<artifactId>solr-uima</artifactId>
to also refer to version 7.7.1 as it uses a common version property ${solr.version}. But, as per https://mvnrepository.com/artifact/org.apache.solr/solr-uima, there is no 7.7.1 version for solr-uima and hence the build fails if one refers to this dependency from org.springframework.boot:spring-boot-dependencies:2.1.4.
Or am I missing something?