Skip to content

Commit

Permalink
fix: kafka-admin-client/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and rajapandi1234 committed Jul 23, 2024
1 parent 049befb commit 6b5fdfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kafka-admin-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.version>3.8.0</maven.compiler.version>
<apache.kafka.version>2.8.0</apache.kafka.version>
<apache.kafka.version>3.5.2</apache.kafka.version>
<junit.version>4.13.2</junit.version>
<mockito.version>3.11.2</mockito.version>
<powermock.version>2.0.9</powermock.version>
Expand Down Expand Up @@ -239,8 +239,7 @@
<target>
<!-- Create a shell script to run the JAR file
with executable permission -->
<chmod file="${project.build.directory}/*.jar"
perm="ugo+rx" />
<chmod file="${project.build.directory}/*.jar" perm="ugo+rx"/>
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 6b5fdfa

Please sign in to comment.