Skip to content

Commit

Permalink
Bump guava from 24.1.1-jre to 29.0-jre (#145)
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 24.1.1-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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2021
1 parent f56ea99 commit b9e5ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<hive.version>${hive2.version}</hive.version>
<git.commit.id.plugin.version>2.2.4</git.commit.id.plugin.version>
<gson.version>2.1</gson.version>
<guava.version>24.1.1-jre</guava.version>
<guava.version>29.0-jre</guava.version>
<jackson-databind.version>2.6.7.2</jackson-databind.version>
<joda-time.version>2.8.1</joda-time.version>
<junit.version>4.13.1</junit.version>
Expand Down

1 comment on commit b9e5ae3

@rahil-c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need to revisit this to confirm if having the bot auto-upgrade guava to such a new version does not break anything within the package.

Please sign in to comment.