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/accumulo-classloaders.git


The following commit(s) were added to refs/heads/main by this push:
     new 09ab78b  bump gson version to match accumulo pom.xml (#7)
09ab78b is described below

commit 09ab78ba0881fe539d7cd978367ddd62f9d2fad8
Author: EdColeman <d...@etcoleman.com>
AuthorDate: Fri May 20 22:44:37 2022 +0000

    bump gson version to match accumulo pom.xml (#7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6690863..8678c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.8.6</version>
+        <version>2.9.0</version>
         <scope>provided</scope>
       </dependency>
       <dependency>

Reply via email to