From 4c3bdb7850ee323269e3083592878b9f20fca89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:17:46 +0000 Subject: [PATCH] build(deps): bump guava from 24.0-jre to 29.0-jre in /webmagic-crawler Bumps [guava](https://github.com/google/guava) from 24.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] --- webmagic-crawler/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-crawler/pom.xml b/webmagic-crawler/pom.xml index 50218e2..176d286 100644 --- a/webmagic-crawler/pom.xml +++ b/webmagic-crawler/pom.xml @@ -70,7 +70,7 @@ com.google.guava guava - 24.0-jre + 29.0-jre com.squareup.okhttp3