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-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 03ac370 chore(deps): bump com.google.code.gson:gson from 2.13.2 to
2.14.0 (#653)
03ac370 is described below
commit 03ac37021425ddb4ba74bc0aa93f737ad7bd51c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 17:34:47 2026 +0200
chore(deps): bump com.google.code.gson:gson from 2.13.2 to 2.14.0 (#653)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from
2.13.2 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.13.2...gson-parent-2.14.0)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.14.0
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>
---
plc4j/examples/hello-connectivity-mqtt/pom.xml | 2 +-
plc4j/examples/hello-webservice/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml
b/plc4j/examples/hello-connectivity-mqtt/pom.xml
index 7c7212d..7b35722 100644
--- a/plc4j/examples/hello-connectivity-mqtt/pom.xml
+++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.13.2</version>
+ <version>2.14.0</version>
</dependency>
<dependency>
diff --git a/plc4j/examples/hello-webservice/pom.xml
b/plc4j/examples/hello-webservice/pom.xml
index e1e8dc3..4156d1b 100644
--- a/plc4j/examples/hello-webservice/pom.xml
+++ b/plc4j/examples/hello-webservice/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.13.2</version>
+ <version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>