This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 3595b221a0 build(deps-dev): bump com.google.code.gson:gson from 2.11.0
to 2.14.0 (#2599)
3595b221a0 is described below
commit 3595b221a04251255248af5c76adf9e1d75dace9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 08:52:06 2026 +0200
build(deps-dev): bump com.google.code.gson:gson from 2.11.0 to 2.14.0
(#2599)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from
2.11.0 to 2.14.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.11.0...gson-parent-2.14.0)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.14.0
dependency-type: direct:development
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>
---
plc4j/drivers/firmata/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/drivers/firmata/pom.xml b/plc4j/drivers/firmata/pom.xml
index e64e02bd16..fe7a5777b6 100644
--- a/plc4j/drivers/firmata/pom.xml
+++ b/plc4j/drivers/firmata/pom.xml
@@ -268,7 +268,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.11.0</version>
+ <version>2.14.0</version>
<scope>test</scope>
</dependency>