diff --git a/sql-to-dbsp-compiler/SQL-compiler/pom.xml b/sql-to-dbsp-compiler/SQL-compiler/pom.xml index e3adc2132b8..5da858d5172 100644 --- a/sql-to-dbsp-compiler/SQL-compiler/pom.xml +++ b/sql-to-dbsp-compiler/SQL-compiler/pom.xml @@ -17,7 +17,7 @@ 19 UTF-8 1.43.0 - 2.22.0 + 2.22.1 3.1.12 0.324.0 1.28.0 @@ -350,6 +350,18 @@ com.fasterxml.jackson.core jackson-core + + org.apache.httpcomponents.client5 + httpclient5 + + + org.apache.httpcomponents.core5 + httpcore5-h2 + + + org.apache.httpcomponents.core5 + httpcore5 +