This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push: new e949f3f9fe Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 (#3610) e949f3f9fe is described below commit e949f3f9fe1afce95c161eec2a2716c07454cb4b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 18 00:18:15 2025 +0200 Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 (#3610) Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.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.12.1...gson-parent-2.13.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr P. Karwasz <pkarwasz-git...@apache.org> --- log4j-core-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4j-core-test/pom.xml b/log4j-core-test/pom.xml index 02c46552dc..025e127b9d 100644 --- a/log4j-core-test/pom.xml +++ b/log4j-core-test/pom.xml @@ -83,7 +83,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.12.1</version> + <version>2.13.0</version> </dependency> </dependencies>