Skip to content

Commit

Permalink
[FLINK-34942] dependency convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Apr 13, 2024
1 parent 1a32ad7 commit 93d02ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,20 @@ under the License.
<version>${commons-compress.version}</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.13</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>com.fasterxml.jackson</groupId>
Expand Down

0 comments on commit 93d02ae

Please sign in to comment.