This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git
The following commit(s) were added to refs/heads/main by this push:
new 3e7bb17 [FLINK-34621] Bump com.google.guava:guava in
flink-connector-hbase-base. This closes #43
3e7bb17 is described below
commit 3e7bb17e2489f4ddbb93061d72f726b33e24f22c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 7 12:20:44 2024 -0800
[FLINK-34621] Bump com.google.guava:guava in flink-connector-hbase-base.
This closes #43
Bumps [com.google.guava:guava](https://github.com/google/guava) from
31.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
flink-connector-hbase-base/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-connector-hbase-base/pom.xml
b/flink-connector-hbase-base/pom.xml
index e1c55ec..f50d309 100644
--- a/flink-connector-hbase-base/pom.xml
+++ b/flink-connector-hbase-base/pom.xml
@@ -166,7 +166,7 @@ under the License.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>31.1-jre</version>
+ <version>32.0.0-jre</version>
<scope>test</scope>
</dependency>