diff --git a/lib/trino-filesystem/pom.xml b/lib/trino-filesystem/pom.xml
index b76593855e08b..d506953bd474e 100644
--- a/lib/trino-filesystem/pom.xml
+++ b/lib/trino-filesystem/pom.xml
@@ -38,7 +38,7 @@
- io.opentelemetry
+ io.opentelemetry.semconv
opentelemetry-semconv
diff --git a/lib/trino-filesystem/src/main/java/io/trino/filesystem/tracing/Tracing.java b/lib/trino-filesystem/src/main/java/io/trino/filesystem/tracing/Tracing.java
index a205c52d65868..3c9237206a201 100644
--- a/lib/trino-filesystem/src/main/java/io/trino/filesystem/tracing/Tracing.java
+++ b/lib/trino-filesystem/src/main/java/io/trino/filesystem/tracing/Tracing.java
@@ -17,7 +17,7 @@
import io.opentelemetry.api.common.Attributes;
import io.opentelemetry.api.trace.Span;
import io.opentelemetry.api.trace.StatusCode;
-import io.opentelemetry.semconv.trace.attributes.SemanticAttributes;
+import io.opentelemetry.semconv.SemanticAttributes;
import java.util.Optional;
diff --git a/plugin/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/DriverConnectionFactory.java b/plugin/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/DriverConnectionFactory.java
index 2f9eee9ba4f25..4c6bcae53c869 100644
--- a/plugin/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/DriverConnectionFactory.java
+++ b/plugin/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/DriverConnectionFactory.java
@@ -75,9 +75,7 @@ public Connection openConnection(ConnectorSession session)
throws SQLException
{
Properties properties = getCredentialProperties(session.getIdentity());
- // TODO: Telemetry is disabled due to NPE being thrown on null connection
- // Connection connection = dataSource.getConnection(properties);
- Connection connection = driver.connect(connectionUrl, properties);
+ Connection connection = dataSource.getConnection(properties);
checkState(connection != null, "Driver returned null connection, make sure the connection URL '%s' is valid for the driver %s", connectionUrl, driver);
return connection;
}
diff --git a/pom.xml b/pom.xml
index 271c98b3c66aa..c2ba22c2dbe76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,8 +179,8 @@
1.3.1
3.23.2
4.5.0
- 1.29.0
- 1.29.0
+ 1.30.1
+ 1.30.0
4.1.97.Final
5.13.0
3.3.0