This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new cd48c4a5 [FLINK-35057] Bump org.apache.commons:commons-compress from
1.24.0 to 1.26.1
cd48c4a5 is described below
commit cd48c4a5b88a34934d51dac805d0ce0c42c4ea02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 08:35:21 2024 +0200
[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]>
---
pom.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b755483..5b2f1349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@ under the License.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.15</version>
+ <version>1.16.1</version>
</dependency>
<dependency>
@@ -313,7 +313,14 @@ 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 -->