Skip to content

Commit cd48c4a

Browse files
[FLINK-35057] Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.1
Also bumps commons-lang3 to 3.14.0 for dependency convergence Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergey Nuyanzin <[email protected]>
1 parent ab5d615 commit cd48c4a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ under the License.
225225
<dependency>
226226
<groupId>commons-codec</groupId>
227227
<artifactId>commons-codec</artifactId>
228-
<version>1.15</version>
228+
<version>1.16.1</version>
229229
</dependency>
230230

231231
<dependency>
@@ -313,7 +313,14 @@ under the License.
313313
<dependency>
314314
<groupId>org.apache.commons</groupId>
315315
<artifactId>commons-compress</artifactId>
316-
<version>1.24.0</version>
316+
<version>1.26.1</version>
317+
</dependency>
318+
319+
<!-- For dependency convergence -->
320+
<dependency>
321+
<groupId>org.apache.commons</groupId>
322+
<artifactId>commons-lang3</artifactId>
323+
<version>3.14.0</version>
317324
</dependency>
318325

319326
<!-- For dependency convergence -->

0 commit comments

Comments
 (0)