Skip to content

Commit 37cfc86

Browse files
committed
Upgrade dependencies to resolve vulnerabilities
1 parent b1dbcd5 commit 37cfc86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ flexible messaging model and an intuitive client API.</description>
226226
<hbc-core.version>2.2.0</hbc-core.version>
227227
<cassandra.version>3.11.2</cassandra.version>
228228
<aerospike-client.version>4.5.0</aerospike-client.version>
229-
<kafka-client.version>3.9.0</kafka-client.version>
229+
<kafka-client.version>3.9.1</kafka-client.version>
230230
<rabbitmq-client.version>5.18.0</rabbitmq-client.version>
231231
<aws-sdk.version>1.12.788</aws-sdk.version>
232232
<aws-sdk2.version>2.32.28</aws-sdk2.version>
@@ -241,11 +241,11 @@ flexible messaging model and an intuitive client API.</description>
241241
<mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
242242
<openmldb-jdbc.version>0.4.4-hotfix1</openmldb-jdbc.version>
243243
<json-smart.version>2.5.2</json-smart.version>
244-
<opensearch.version>2.16.0</opensearch.version>
244+
<opensearch.version>2.19.4</opensearch.version>
245245
<debezium.version>3.2.0.Final</debezium.version>
246246
<elasticsearch-java.version>8.15.3</elasticsearch-java.version>
247247
<debezium.postgresql.version>42.7.7</debezium.postgresql.version>
248-
<debezium.mysql.version>9.1.0</debezium.mysql.version>
248+
<debezium.mysql.version>9.3.0</debezium.mysql.version>
249249
<!-- Override version that brings CVE-2022-3143 with debezium -->
250250
<wildfly-elytron.version>1.15.16.Final</wildfly-elytron.version>
251251
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>

pulsar-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>org.lz4</groupId>
227227
<artifactId>lz4-java</artifactId>
228-
<version>1.5.0</version>
228+
<version>1.8.1</version>
229229
<scope>test</scope>
230230
</dependency>
231231

0 commit comments

Comments
 (0)