diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml index 1a92bf7cd4d5..1fb737299ab5 100644 --- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml @@ -74,5 +74,9 @@ org.apache.orc orc-core + + com.google.protobuf + protobuf-java + diff --git a/pom.xml b/pom.xml index 82160540eda4..c3942be8b6bd 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ 3.30.2-GA 1.6.14 5.17.14 - 3.3.6 + 3.4.0 2.9.0 2.5.1 2.3.2 @@ -233,6 +233,7 @@ 2.12 + 24.1.0 2.0.0 3.9.0 2.0.3 @@ -1490,6 +1491,11 @@ kotlin-stdlib-common ${kotlin.stdlib.version} + + org.jetbrains + annotations + ${jetbrains.annotations.version} + com.squareup.okio okio