diff --git a/openmetadata-service/pom.xml b/openmetadata-service/pom.xml index 64c6aefcc52..666ba79fa88 100644 --- a/openmetadata-service/pom.xml +++ b/openmetadata-service/pom.xml @@ -132,6 +132,10 @@ io.dropwizard dropwizard-jdbi3 + + org.apache.tomcat + tomcat-jdbc + com.mysql mysql-connector-j diff --git a/pom.xml b/pom.xml index c1791f23291..1b0ca0ccc0b 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ 1.2.1 2.6 1.18.34 - 10.1.10 + 11.0.5 7.17.23 2.5.0 4.1.5 @@ -282,6 +282,12 @@ io.dropwizard dropwizard-jdbi3 ${dropwizard-jdbi3.version} + + + org.apache.tomcat + tomcat-jdbc + + org.jdbi