File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments