This is an automated email from the ASF dual-hosted git repository.
vitalii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new ae80889 DRILL-7904: Update to 30-jre Guava version (#2202)
ae80889 is described below
commit ae8088996f20a33594fe8a55e02b93e285e44647
Author: Vitalii Diravka <[email protected]>
AuthorDate: Fri May 28 00:28:06 2021 +0300
DRILL-7904: Update to 30-jre Guava version (#2202)
---
docs/dev/UpgradeGuava.md | 2 +-
exec/jdbc-all/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/dev/UpgradeGuava.md b/docs/dev/UpgradeGuava.md
index 5a0a44a..0efd347 100644
--- a/docs/dev/UpgradeGuava.md
+++ b/docs/dev/UpgradeGuava.md
@@ -55,7 +55,7 @@ Verify that all checks are passed and staging repository was
closed. Otherwise,
Select uploaded staging repository and press `Release` button.
-## Check that artifacts were deployed
+## Check artifacts were deployed
Find deployed artifacts at
[repository.apache.org](https://repository.apache.org/content/groups/public/org/apache/drill/)
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index f0d79f4..c865756 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -535,7 +535,7 @@
This is likely due to you adding new dependencies to a
java-exec and not updating the excludes in this module. This is important as it
minimizes the size of the dependency of Drill application users.
</message>
- <maxsize>46600000</maxsize>
+ <maxsize>46900000</maxsize>
<minsize>15000000</minsize>
<files>
<file>${project.build.directory}/drill-jdbc-all-${project.version}.jar</file>
diff --git a/pom.xml b/pom.xml
index 299c666..551466f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<junit.version>4.13.2</junit.version>
<slf4j.version>1.7.26</slf4j.version>
<shaded.guava.version>28.2-jre</shaded.guava.version>
- <guava.version>19.0</guava.version>
+ <guava.version>30.1.1-jre</guava.version>
<forkCount>2</forkCount>
<parquet.version>1.12.0</parquet.version>
<parquet.format.version>2.8.0</parquet.format.version>