Skip to content

Commit

Permalink
[FLINK-33238][Formats/Avro] Pin transitive dependency org.apache.comm…
Browse files Browse the repository at this point in the history
…ons:commons-compress to 1.22 to address dependency convergence
  • Loading branch information
MartijnVisser committed Oct 11, 2023
1 parent 70f3faf commit 7002732
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ under the License.
<version>2.1</version>
</dependency>

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

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
Expand Down

0 comments on commit 7002732

Please # to comment.