Skip to content

Commit b47a816

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112
1 parent 5d68c77 commit b47a816

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dist.dir>${project.build.directory}/dist</dist.dir>
1414
<jackson.version>2.14.0</jackson.version>
1515
<java.numeric.version>11</java.numeric.version>
16-
<kafka.version>3.3.2</kafka.version>
16+
<kafka.version>3.7.2</kafka.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<slf4j.version>2.0.9</slf4j.version>
1919
</properties>
@@ -296,7 +296,7 @@
296296
<configuration>
297297
<target>
298298
<chmod dir="${dist.dir}" perm="700">
299-
<include name="**/*.sh" />
299+
<include name="**/*.sh"/>
300300
</chmod>
301301
</target>
302302
</configuration>
@@ -396,7 +396,7 @@
396396
</goals>
397397
</pluginExecutionFilter>
398398
<action>
399-
<ignore />
399+
<ignore/>
400400
</action>
401401
</pluginExecution>
402402
<pluginExecution>
@@ -409,7 +409,7 @@
409409
</goals>
410410
</pluginExecutionFilter>
411411
<action>
412-
<ignore />
412+
<ignore/>
413413
</action>
414414
</pluginExecution>
415415
</pluginExecutions>
@@ -463,10 +463,10 @@
463463
<phase>package</phase>
464464
<configuration>
465465
<target>
466-
<copy file="${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" tofile="${dist.dir}/mirus.jar" />
466+
<copy file="${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" tofile="${dist.dir}/mirus.jar"/>
467467
<!-- Grant execute permission to all shell scripts in package dir by setting it to 755 -->
468468
<chmod dir="${dist.dir}" perm="755">
469-
<include name="**/*.sh" />
469+
<include name="**/*.sh"/>
470470
</chmod>
471471
</target>
472472
</configuration>

0 commit comments

Comments
 (0)