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 28975c5194 Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 28975c5194 is described below commit 28975c5194133c97c306b89f5070ab7b416aaba1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jan 31 13:45:44 2025 +0000 Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bb94f95115..5df6489574 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ <geronimo.spec.annotation.version>1.1.1</geronimo.spec.annotation.version> <geronimo.spec.metadata.version>1.1.3</geronimo.spec.metadata.version> <geronimo.spec.jaxws.version>1.2</geronimo.spec.jaxws.version> - <google.gson.version>2.11.0</google.gson.version> + <google.gson.version>2.12.1</google.gson.version> <groovy.version>4.0.25</groovy.version> <httpcore.version>5.3.3</httpcore.version> <httpclient.version>5.4.1</httpclient.version>