This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new bcd3eded2 Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#1579)
bcd3eded2 is described below
commit bcd3eded2cefeb234ae0588f29c55f48be954c12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 16:42:32 2025 +0200
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#1579)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from
2.13.1 to 2.13.2.
- [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.13.1...gson-parent-2.13.2)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fdf5c6d8f..e12ec589d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.13.1</version>
+ <version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>