This is an automated email from the ASF dual-hosted git repository. veithen 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 3cbca9ea99 Bump moshi.version from 1.13.0 to 1.14.0 3cbca9ea99 is described below commit 3cbca9ea99a022d4622b9f6b1567eb65dfcf5b52 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Sep 7 13:06:58 2022 +0000 Bump moshi.version from 1.13.0 to 1.14.0 Bumps `moshi.version` from 1.13.0 to 1.14.0. Updates `moshi` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.13.0...1.14.0) Updates `moshi-adapters` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.13.0...1.14.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.moshi:moshi-adapters dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- 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 771f7d55dd..35c31a4d67 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -43,7 +43,7 @@ </scm> <properties> - <moshi.version>1.13.0</moshi.version> + <moshi.version>1.14.0</moshi.version> </properties> <dependencies>