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 df03d2cdba Bump moshi.version from 1.15.0 to 1.15.1
df03d2cdba is described below
commit df03d2cdba346e7f312fcac625f9de71135901c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 31 13:30:00 2024 +0000
Bump moshi.version from 1.15.0 to 1.15.1
Bumps `moshi.version` from 1.15.0 to 1.15.1.
Updates `com.squareup.moshi:moshi` from 1.15.0 to 1.15.1
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1)
Updates `com.squareup.moshi:moshi-adapters` from 1.15.0 to 1.15.1
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1)
---
updated-dependencies:
- dependency-name: com.squareup.moshi:moshi
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.squareup.moshi:moshi-adapters
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 a79ccea54b..7169724947 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -43,7 +43,7 @@
</scm>
<properties>
- <moshi.version>1.15.0</moshi.version>
+ <moshi.version>1.15.1</moshi.version>
</properties>
<dependencies>