Skip to content

Commit

Permalink
Fix dependency convergence for flink 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echauchot committed Nov 27, 2023
1 parent 5773b42 commit 14ad5af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion flink-connector-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ under the License.
<junit5.version>5.8.1</junit5.version>
<assertj.version>3.23.1</assertj.version>
<archunit.version>1.0.0</archunit.version>
<testcontainers.version>1.17.2</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
<mockito.version>3.4.6</mockito.version>
<byte-buddy.version>1.12.10</byte-buddy.version>
<findbugs.version>1.3.9</findbugs.version>
Expand Down Expand Up @@ -357,6 +357,13 @@ under the License.
<artifactId>junit-platform-commons</artifactId>
<version>1.8.2</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 14ad5af

Please sign in to comment.