Skip to content

Commit f3823b7

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSLANG-10734077 - https://snyk.io/vuln/SNYK-JAVA-COMMONSCONFIGURATION-10116124
1 parent ece010c commit f3823b7

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>
@@ -105,7 +105,7 @@ flexible messaging model and an intuitive client API.</description>
105105
<commons-compress.version>1.21</commons-compress.version>
106106

107107
<!-- Use Luna Streaming BookKeeper custom version -->
108-
<bookkeeper.version>4.14.7.1.0.4</bookkeeper.version>
108+
<bookkeeper.version>4.17.1.0.0.3</bookkeeper.version>
109109
<zookeeper.version>3.8.0</zookeeper.version>
110110
<commons-cli.version>1.5.0</commons-cli.version>
111111
<commons-text.version>1.10.0</commons-text.version>

0 commit comments

Comments
 (0)