Skip to content

Commit c8ae32a

Browse files
committed
JVMCBC-1661 Upgrade Gson from 2.11.0 to 2.13.1
Change-Id: I9afb600b38bb8502cbe9a260fbb55d9299a08cae Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/229393 Tested-by: Build Bot <[email protected]> Reviewed-by: Michael Reiche <[email protected]>
1 parent d00e92b commit c8ae32a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

columnar-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.code.gson</groupId>
5757
<artifactId>gson</artifactId>
58-
<version>2.11.0</version>
58+
<version>2.13.1</version>
5959
<scope>test</scope> <!-- remove this line if copying into your project -->
6060
</dependency>
6161

core-fit-performer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.code.gson</groupId>
3030
<artifactId>gson</artifactId>
31-
<version>${gson.version}</version>
31+
<version>2.13.1</version>
3232
</dependency>
3333

3434
<dependency>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<karaf.version>4.4.3</karaf.version>
2929
<!-- Logback 1.3 still supports Java 8 (1.4 doesn't), but requires a jump to SLF4J 2.X -->
3030
<logback.version>1.2.11</logback.version>
31-
<gson.version>2.9.1</gson.version>
3231

3332
<!-- This project has been sunset and 0.8.0 is the final version -->
3433
<scala.reactor-core-extensions.version>0.8.0</scala.reactor-core-extensions.version>

protostellar/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
<version>33.4.0-jre</version>
3333
</dependency>
3434

35+
<!-- Bump GSON beyond what's required by gRPC -->
36+
<dependency>
37+
<groupId>com.google.code.gson</groupId>
38+
<artifactId>gson</artifactId>
39+
<version>2.13.1</version>
40+
</dependency>
41+
3542
<dependency>
3643
<groupId>com.google.protobuf</groupId>
3744
<artifactId>protobuf-java</artifactId>

0 commit comments

Comments
 (0)