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 4422bed7d4 Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 4422bed7d4 is described below commit 4422bed7d423fdb7762922fd31a0098d7cccbc12 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 20 13:59:25 2024 +0000 Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0. - [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.10.1...gson-parent-2.11.0) --- 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 008b0603dc..0a473af8bc 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.10.1</google.gson.version> + <google.gson.version>2.11.0</google.gson.version> <groovy.version>4.0.20</groovy.version> <httpcore.version>4.4.16</httpcore.version> <httpclient.version>4.5.14</httpclient.version>