Skip to content

Commit

Permalink
[FLINK-35174][Connectors/RabbitMQ] Bump commons-compress to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Apr 19, 2024
1 parent 8e8a022 commit 66e323a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,21 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<version>1.26.1</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>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>

<!-- For dependency convergence -->
Expand Down

0 comments on commit 66e323a

Please sign in to comment.