This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-resolver-1.9.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this
push:
new a7d4fc978 Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#1580)
a7d4fc978 is described below
commit a7d4fc978e733ea5b173a022e64511b05e9c6e85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 16:42:20 2025 +0200
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#1580)
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>
---
maven-resolver-transport-http/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-resolver-transport-http/pom.xml
b/maven-resolver-transport-http/pom.xml
index ba272d367..f2af1d0da 100644
--- a/maven-resolver-transport-http/pom.xml
+++ b/maven-resolver-transport-http/pom.xml
@@ -51,7 +51,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.httpcomponents</groupId>