flyrain opened a new issue, #1930:
URL: https://github.com/apache/polaris/issues/1930
### Describe the bug
The version mismatch is confusing and make it hard to update the license.
libs.versions.toml:
```
micrometer-bom = { module = "io.micrometer:micrometer-bom", version =
"1.15.1" }
```
For both `polaris-admin` and `polaris-server`, the final resolved versions
are 1.14.7. (it's 14.6 for the branch `release/1.0.x`)
```
ygu@FM4LQ4GJ90 polaris-bin-1.1.0-incubating-SNAPSHOT % ls admin/lib/main |
grep io.micrometer
io.micrometer.micrometer-commons-1.14.7.jar
io.micrometer.micrometer-core-1.14.7.jar
io.micrometer.micrometer-observation-1.14.7.jar
```
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
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]