Skip to content

Commit

Permalink
[FLINK-33624][table] Bump Guava to 32.1.3-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
JingGe committed Nov 23, 2023
1 parent c61c09e commit 34620fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)

- com.google.guava:guava:31.1-jre
- com.google.guava:guava:32.1.3-jre
- com.google.guava:failureaccess:1.0.1
- org.apache.calcite:calcite-core:1.32.0
- org.apache.calcite:calcite-linq4j:1.32.0
Expand Down
2 changes: 1 addition & 1 deletion flink-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ under the License.
more details are in FLINK-27995 -->
<janino.version>3.1.10</janino.version>
<jsonpath.version>2.7.0</jsonpath.version>
<guava.version>31.1-jre</guava.version>
<guava.version>32.1.3-jre</guava.version>
</properties>
</project>

0 comments on commit 34620fc

Please sign in to comment.