diff --git a/hooks/open-telemetry/pom.xml b/hooks/open-telemetry/pom.xml
index 8218f1bf8..6f1fd70b2 100644
--- a/hooks/open-telemetry/pom.xml
+++ b/hooks/open-telemetry/pom.xml
@@ -41,7 +41,7 @@
io.opentelemetry.semconv
opentelemetry-semconv-incubating
- 1.28.0-alpha
+ 1.43.0-alpha
diff --git a/hooks/open-telemetry/src/test/java/dev/openfeature/contrib/hooks/otel/TracesHookTest.java b/hooks/open-telemetry/src/test/java/dev/openfeature/contrib/hooks/otel/TracesHookTest.java
index f9731a30f..6e2205628 100644
--- a/hooks/open-telemetry/src/test/java/dev/openfeature/contrib/hooks/otel/TracesHookTest.java
+++ b/hooks/open-telemetry/src/test/java/dev/openfeature/contrib/hooks/otel/TracesHookTest.java
@@ -39,7 +39,7 @@ public static void close() {
}
private final AttributeKey flagKeyAttributeKey = AttributeKey.stringKey("feature_flag.key");
- private final AttributeKey providerNameAttributeKey = AttributeKey.stringKey("feature_flag.provider_name");
+ private final AttributeKey providerNameAttributeKey = AttributeKey.stringKey("feature_flag.provider.name");
private final AttributeKey variantAttributeKey = AttributeKey.stringKey("feature_flag.variant");
private final HookContext hookContext = HookContext.builder()