Skip to content

Commit aa32778

Browse files
chore(deps): bump com.google.code.gson:gson from 2.12.0 to 2.12.1 (#280)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson 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>
1 parent e4cba9c commit aa32778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plc4j/examples/hello-connectivity-mqtt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.code.gson</groupId>
7474
<artifactId>gson</artifactId>
75-
<version>2.12.0</version>
75+
<version>2.12.1</version>
7676
</dependency>
7777

7878
<dependency>

plc4j/examples/hello-webservice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.code.gson</groupId>
5252
<artifactId>gson</artifactId>
53-
<version>2.12.0</version>
53+
<version>2.12.1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)