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 06997802e6 Bump moshi.version from 1.14.0 to 1.15.0 06997802e6 is described below commit 06997802e63f234cd876ed18d50f31f02f570a8f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Dec 7 13:46:49 2023 +0000 Bump moshi.version from 1.14.0 to 1.15.0 Bumps `moshi.version` from 1.14.0 to 1.15.0. Updates `com.squareup.moshi:moshi` from 1.14.0 to 1.15.0 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.14.0...parent-1.15.0) Updates `com.squareup.moshi:moshi-adapters` from 1.14.0 to 1.15.0 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.14.0...parent-1.15.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 5d9fbe1974..a79ccea54b 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -43,7 +43,7 @@ </scm> <properties> - <moshi.version>1.14.0</moshi.version> + <moshi.version>1.15.0</moshi.version> </properties> <dependencies>