This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 626e087d41 Bump com.google.code.gson:gson from 2.9.0 to 2.13.2 (#2439)
626e087d41 is described below
commit 626e087d4145e29a7a83a3b2172ef3993528659f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 18:18:44 2026 +0100
Bump com.google.code.gson:gson from 2.9.0 to 2.13.2 (#2439)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from
2.9.0 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.9.0...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-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/karaf-redis-example/karaf-redis-example-service/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
index 1e50dd5562..3d61af5f85 100644
--- a/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
+++ b/examples/karaf-redis-example/karaf-redis-example-service/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.9.0</version>
+ <version>2.13.2</version>
</dependency>
</dependencies>