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 aa0aa26366 Update `com.google.code.gson:gson` to version `2.13.1`
(#3636) (#3636)
aa0aa26366 is described below
commit aa0aa263666dfaf9388eebc88d3a207dc7a3a199
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 15 12:32:01 2025 +0200
Update `com.google.code.gson:gson` to version `2.13.1` (#3636) (#3636)
Co-authored-by: ASF Logging Services RM <[email protected]>
---
log4j-core-test/pom.xml | 2 +-
src/changelog/.3.x.x/update_com_google_code_gson_gson.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/log4j-core-test/pom.xml b/log4j-core-test/pom.xml
index 025e127b9d..bad9aff5c6 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.13.0</version>
+ <version>2.13.1</version>
</dependency>
</dependencies>
diff --git a/src/changelog/.3.x.x/update_com_google_code_gson_gson.xml
b/src/changelog/.3.x.x/update_com_google_code_gson_gson.xml
index 6a2ebc7d79..6386b7796a 100644
--- a/src/changelog/.3.x.x/update_com_google_code_gson_gson.xml
+++ b/src/changelog/.3.x.x/update_com_google_code_gson_gson.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
- <issue id="3429" link="https://github.com/apache/logging-log4j2/pull/3429"/>
- <description format="asciidoc">Update `com.google.code.gson:gson` to version
`2.12.1`</description>
+ <issue id="3636" link="https://github.com/apache/logging-log4j2/pull/3636"/>
+ <description format="asciidoc">Update `com.google.code.gson:gson` to version
`2.13.1`</description>
</entry>