Skip to content

Commit

Permalink
[Snyk] Fix for 1 vulnerabilities (#1004)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Michal Bobowski <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent c3273c1 commit e4a7e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<skipUnitTests>${skipTests}</skipUnitTests>
<skipIntegrationTests>${skipTests}</skipIntegrationTests>

<kafka.version>3.7.0</kafka.version>
<kafka.version>3.8.0</kafka.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj-core.version>3.26.3</assertj-core.version>
<confluent.version>7.7.0</confluent.version>
Expand Down Expand Up @@ -282,7 +282,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-api</artifactId>
<version>3.7.0</version>
<version>${kafka.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
-->
<license.processing.targetDir>${project.build.directory}/../licenses</license.processing.targetDir>

<kafka.version>3.7.0</kafka.version>
<kafka.version>3.8.0</kafka.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj-core.version>3.26.3</assertj-core.version>
<confluent.version>7.7.0</confluent.version>
Expand Down Expand Up @@ -432,7 +432,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-api</artifactId>
<version>3.7.0</version>
<version>${kafka.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit e4a7e96

Please sign in to comment.