diff --git a/backends-common/opensearch/pom.xml b/backends-common/opensearch/pom.xml index 9cb81902437..d992b71a6d1 100644 --- a/backends-common/opensearch/pom.xml +++ b/backends-common/opensearch/pom.xml @@ -88,6 +88,21 @@ org.opensearch.client opensearch-java 2.25.0 + + + + org.apache.httpcomponents.client5 + httpclient5 + + + org.apache.httpcomponents.core5 + httpcore5 + + + org.apache.httpcomponents.core5 + httpcore5-h2 + + org.opensearch.client diff --git a/pom.xml b/pom.xml index 444065f62d4..26a87659982 100644 --- a/pom.xml +++ b/pom.xml @@ -626,7 +626,7 @@ 0.8.15 4.1.1 2.3.232 - 2.25.4 + 2.25.5 @@ -639,7 +639,7 @@ 6.2.8 2.56.0 1.0.5 - 2.0.3 + 2.0.5 2.0.2 2.0.17 0.14.14 @@ -678,13 +678,14 @@ 10.2.1 1.9.3 7.0.0 - 1.5.19 + 1.5.38 1.17.0 1.5.7-7 6.8.2.RELEASE - 1.15.1 - 1.5.1 - 1.82 + 1.16.7 + 1.6.7 + + 1.85 2.13 ${scala.base}.16 none @@ -2342,7 +2343,7 @@ com.rabbitmq amqp-client - 5.34.0 + 5.35.0 com.sun.xml.bind @@ -2871,6 +2872,11 @@ org.bouncycastle bcprov-jdk18on + 1.85.2 + + + org.bouncycastle + bcutil-jdk18on ${bouncycastle.version} @@ -2896,7 +2902,7 @@ org.jsoup jsoup - 1.23.1 + 1.23.2 org.julienrf @@ -3076,7 +3082,7 @@ org.zoomba-lang spark-core - 3.0.4 + 3.0.5 pl.pragmatists diff --git a/server/apps/migration/core-data-jpa-to-pg/pom.xml b/server/apps/migration/core-data-jpa-to-pg/pom.xml index 7f3a6dac056..1f3cd49d4b2 100644 --- a/server/apps/migration/core-data-jpa-to-pg/pom.xml +++ b/server/apps/migration/core-data-jpa-to-pg/pom.xml @@ -135,7 +135,7 @@ org.postgresql postgresql - 42.7.11 + 42.7.13 org.testcontainers diff --git a/server/apps/scaling-pulsar-smtp/pom.xml b/server/apps/scaling-pulsar-smtp/pom.xml index 93e66eb70e3..531f3a41e76 100644 --- a/server/apps/scaling-pulsar-smtp/pom.xml +++ b/server/apps/scaling-pulsar-smtp/pom.xml @@ -185,7 +185,7 @@ org.postgresql postgresql - 42.7.12 + 42.7.13 org.testcontainers diff --git a/server/container/guice/postgres-common/pom.xml b/server/container/guice/postgres-common/pom.xml index 8c849d2413a..6ea1cbcb49d 100644 --- a/server/container/guice/postgres-common/pom.xml +++ b/server/container/guice/postgres-common/pom.xml @@ -92,7 +92,7 @@ org.postgresql postgresql - 42.7.7 + 42.7.13 test