fix: try updating micrometer tracing to see if that fixes the NPE

This commit is contained in:
MiniDigger | Martin 2023-03-28 17:15:00 +02:00 committed by GitHub
parent 1daabe6a01
commit fae3adadde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,9 @@
<!-- plugins -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<!-- todo override spring, remove later -->
<micrometer-tracing.version>1.0.3</micrometer-tracing.version>
</properties>
<repositories>