Skip to content

Commit dc488f4

Browse files
dependabot[bot]isidore
authored andcommitted
Bump com.google.code.gson:gson from 2.12.0 to 2.12.1
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]>
1 parent 4302db1 commit dc488f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

approvaltests-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.google.code.gson</groupId>
9595
<artifactId>gson</artifactId>
96-
<version>2.12.0</version>
96+
<version>2.12.1</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.fasterxml.jackson.core</groupId>

approvaltests-util-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.code.gson</groupId>
4646
<artifactId>gson</artifactId>
47-
<version>2.12.0</version>
47+
<version>2.12.1</version>
4848
<optional>true</optional>
4949
</dependency>
5050
<dependency>

approvaltests-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.code.gson</groupId>
4747
<artifactId>gson</artifactId>
48-
<version>2.12.0</version>
48+
<version>2.12.1</version>
4949
<optional>true</optional>
5050
</dependency>
5151
<dependency>

approvaltests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.code.gson</groupId>
4848
<artifactId>gson</artifactId>
49-
<version>2.12.0</version>
49+
<version>2.12.1</version>
5050
<scope>compile</scope>
5151
<optional>true</optional>
5252
</dependency>

0 commit comments

Comments
 (0)