Skip to content

Commit 66e323a

Browse files
committed
[FLINK-35174][Connectors/RabbitMQ] Bump commons-compress to 1.26.1
1 parent 8e8a022 commit 66e323a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,21 @@ under the License.
320320
<dependency>
321321
<groupId>org.apache.commons</groupId>
322322
<artifactId>commons-compress</artifactId>
323-
<version>1.24.0</version>
323+
<version>1.26.1</version>
324+
</dependency>
325+
326+
<!-- For dependency convergence -->
327+
<dependency>
328+
<groupId>org.apache.commons</groupId>
329+
<artifactId>commons-lang3</artifactId>
330+
<version>3.14.0</version>
331+
</dependency>
332+
333+
<!-- For dependency convergence -->
334+
<dependency>
335+
<groupId>commons-io</groupId>
336+
<artifactId>commons-io</artifactId>
337+
<version>2.15.1</version>
324338
</dependency>
325339

326340
<!-- For dependency convergence -->

0 commit comments

Comments
 (0)