Skip to content

Commit b27c1f4

Browse files
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.1...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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4374cd commit b27c1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin-null-nonsafety/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson</artifactId>
23-
<version>2.13.1</version>
23+
<version>2.13.2</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.junit.jupiter</groupId>

kotlin-type-inference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.google.code.gson</groupId>
2424
<artifactId>gson</artifactId>
25-
<version>2.13.1</version>
25+
<version>2.13.2</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)