You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@apache.org on 2022/05/23 21:48:00 UTC

[openwhisk-wskdebug] branch master updated: Bump gson from 2.8.5 to 2.8.9 in /examples/java (#109)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a9563b  Bump gson from 2.8.5 to 2.8.9 in /examples/java (#109)
0a9563b is described below

commit 0a9563b1ee109693540bce301fe9cac7b65afcbf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 23 21:47:56 2022 +0000

    Bump gson from 2.8.5 to 2.8.9 in /examples/java (#109)
---
 examples/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 1c312ba..7598320 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -15,7 +15,7 @@
         <dependency>
           <groupId>com.google.code.gson</groupId>
           <artifactId>gson</artifactId>
-          <version>2.8.5</version>
+          <version>2.8.9</version>
         </dependency>
     </dependencies>