Skip to content

Commit 545f6a2

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGLZ4-14151788 - https://snyk.io/vuln/SNYK-JAVA-ORGLZ4-14219384
1 parent ece010c commit 545f6a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ flexible messaging model and an intuitive client API.</description>
8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9090
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9191
<redirectTestOutputToFile>true</redirectTestOutputToFile>
92-
<test.additional.args></test.additional.args>
92+
<test.additional.args/>
9393
<testReuseFork>true</testReuseFork>
9494
<testForkCount>4</testForkCount>
9595
<testRealAWS>false</testRealAWS>
9696
<testRetryCount>1</testRetryCount>
97-
<testJacocoAgentArgument></testJacocoAgentArgument>
97+
<testJacocoAgentArgument/>
9898
<docker.organization>apachepulsar</docker.organization>
9999
<skipSourceReleaseAssembly>false</skipSourceReleaseAssembly>
100100
<skipBuildDistribution>false</skipBuildDistribution>
@@ -145,7 +145,7 @@ flexible messaging model and an intuitive client API.</description>
145145
<hbc-core.version>2.2.0</hbc-core.version>
146146
<cassandra-driver-core.version>3.6.0</cassandra-driver-core.version>
147147
<aerospike-client.version>4.4.20</aerospike-client.version>
148-
<kafka-client.version>3.4.0</kafka-client.version>
148+
<kafka-client.version>4.2.0</kafka-client.version>
149149
<rabbitmq-client.version>5.1.1</rabbitmq-client.version>
150150
<aws-sdk.version>1.12.262</aws-sdk.version>
151151
<avro.version>1.11.4</avro.version>

0 commit comments

Comments
 (0)