This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-yarn.git
The following commit(s) were added to refs/heads/main by this push:
new 67352f0 Bump gson from 2.8.0 to 2.8.9 (#25)
67352f0 is described below
commit 67352f0b15926ce71238923a8dc1b16a1edb2bd7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 20 16:52:23 2022 -0400
Bump gson from 2.8.0 to 2.8.9 (#25)
Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.8.9)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 059e6ae..1f23a25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.0</version>
+ <version>2.8.9</version>
</dependency>
<dependency>
<!-- Guava 13.0.1 is required by Twill (due to beta method usage) -->