diff --git a/core/trino-spi/pom.xml b/core/trino-spi/pom.xml
index 94312dde6792..087631dc9234 100644
--- a/core/trino-spi/pom.xml
+++ b/core/trino-spi/pom.xml
@@ -346,6 +346,36 @@
java.method.removed
method boolean io.airlift.slice.Slice::hasByteArray()
+ -
+ true
+
java.class.externalClassExposedInAPI
+ interface io.opentelemetry.api.logs.LogRecordBuilder
+ Upgrade to new opentelemetry version
+
+ -
+ true
+
java.class.externalClassExposedInAPI
+ interface io.opentelemetry.api.logs.Logger
+ Upgrade to new opentelemetry version
+
+ -
+ true
+
java.class.externalClassExposedInAPI
+ interface io.opentelemetry.api.logs.LoggerBuilder
+ Upgrade to new opentelemetry version
+
+ -
+ true
+
java.class.externalClassExposedInAPI
+ interface io.opentelemetry.api.logs.LoggerProvider
+ Upgrade to new opentelemetry version
+
+ -
+ true
+
java.class.externalClassExposedInAPI
+ enum io.opentelemetry.api.logs.Severity
+ ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE
+
diff --git a/pom.xml b/pom.xml
index 42d224497844..e7e3509c4b5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,8 +159,8 @@
1.11.1
${dep.airlift.version}
2.1.1
- 1.12.505
- 2.20.93
+ 1.12.530
+ 2.20.127
0.11.5
21.9.0.0
1.21
@@ -173,17 +173,19 @@
7.3.1
3.3.2
4.14.0
- 8.4.5
+ 8.5.4
1.3.0
3.23.2
4.5.0
+ 1.29.0
4.1.96.Final
5.13.0
3.3.0
- 9.21.0
+ 9.21.1
1.13.1
1.37
+ 5.10.0
81
@@ -251,7 +253,7 @@
org.jdbi
jdbi3-bom
- 3.40.0
+ 3.41.0
pom
import
@@ -407,7 +409,7 @@
com.clearspring.analytics
stream
- 2.9.5
+ 2.9.8
@@ -450,7 +452,7 @@
com.github.ben-manes.caffeine
caffeine
- 3.1.6
+ 3.1.8
@@ -462,7 +464,7 @@
com.github.luben
zstd-jni
- 1.5.2-3
+ 1.5.5-5
@@ -536,7 +538,7 @@
com.nimbusds
oauth2-oidc-sdk
- 10.13
+ 10.13.2
jdk11
@@ -573,7 +575,7 @@
commons-codec
commons-codec
- 1.15
+ 1.16.0
@@ -1480,7 +1482,7 @@
net.bytebuddy
byte-buddy
- 1.14.5
+ 1.14.6
@@ -1589,7 +1591,7 @@
org.apache.commons
commons-lang3
- 3.12.0
+ 3.13.0
@@ -1680,7 +1682,7 @@
org.apache.maven
maven-model
- 3.8.4
+ 3.9.4
@@ -1792,13 +1794,19 @@
org.checkerframework
checker-qual
- 3.33.0
+ 3.37.0
org.codehaus.plexus
plexus-utils
- 3.5.1
+ 4.0.0
+
+
+
+ org.codehaus.plexus
+ plexus-xml
+ 4.0.2
@@ -2369,7 +2377,7 @@
org.junit.platform
junit-platform-launcher
- 1.9.3
+ 1.10.0
jar
MAIN
diff --git a/testing/trino-plugin-reader/pom.xml b/testing/trino-plugin-reader/pom.xml
index e0b58c1dabf9..e6f595372ee0 100644
--- a/testing/trino-plugin-reader/pom.xml
+++ b/testing/trino-plugin-reader/pom.xml
@@ -49,7 +49,7 @@
org.codehaus.plexus
- plexus-utils
+ plexus-xml
diff --git a/testing/trino-product-tests/pom.xml b/testing/trino-product-tests/pom.xml
index ed7e822e2afa..d08cd57f4770 100644
--- a/testing/trino-product-tests/pom.xml
+++ b/testing/trino-product-tests/pom.xml
@@ -305,6 +305,13 @@
runtime
+
+
+ org.codehaus.plexus
+ plexus-xml
+ runtime
+
+
org.mariadb.jdbc
mariadb-java-client