You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2021/06/18 15:44:33 UTC

[axis-axis2-java-core] branch master updated: bump another moshi dep to latest, that dependabot missed

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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b9bcdf  bump another moshi dep to latest, that dependabot missed
3b9bcdf is described below

commit 3b9bcdf9ad8183bea9018c79a462ccbaadd3a24c
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Fri Jun 18 11:43:50 2021 -0400

    bump another moshi dep to latest, that dependabot missed
---
 modules/json/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 367afd7..a662603 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>com.squareup.moshi</groupId>
             <artifactId>moshi</artifactId>
-            <version>1.11.0</version>
+            <version>1.12.0</version>
         </dependency>
         <dependency>
             <groupId>com.squareup.moshi</groupId>