-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Description
Component(s)
maven-extension
Is your feature request related to a problem? Please describe.
opentelemetry-java-contrib/maven-extension/build.gradle.kts
Lines 64 to 69 in 811d8d7
| configurations.all { | |
| resolutionStrategy { | |
| // TODO this module still needs to be updated to the latest semconv | |
| force("io.opentelemetry:opentelemetry-semconv:1.28.0-alpha") | |
| } | |
| } |
Describe the solution you'd like
Update maven-extension to latest semconv
Describe alternatives you've considered
No response
Additional context
No response