|
208 | 208 | <frontend-maven-plugin.version>1.11.0</frontend-maven-plugin.version>
|
209 | 209 | <gethostname4j.version>1.0.0</gethostname4j.version> <!-- See here: https://github.com/mattsheppard/gethostname4j -->
|
210 | 210 | <glassfish-jaxb.version>2.3.3</glassfish-jaxb.version>
|
211 |
| - <gson.version>2.8.9</gson.version> |
| 211 | + <gson.version>2.10.1</gson.version> |
| 212 | + <gsonfire.version>1.9.0</gsonfire.version> |
212 | 213 | <groovy.version>3.0.7</groovy.version>
|
213 | 214 | <guava.version>28.2-jre</guava.version>
|
214 | 215 | <hadoop.version>3.2.4</hadoop.version>
|
|
263 | 264 | <postgresql.version>42.4.4</postgresql.version>
|
264 | 265 | <mysql.version>8.0.28</mysql.version>
|
265 | 266 | <mariadb.connector.version>3.3.0</mariadb.connector.version>
|
| 267 | + <okio.version>3.6.0</okio.version> |
266 | 268 | <protobuf.version>3.16.3</protobuf.version>
|
267 | 269 | <powermock.version>2.0.9</powermock.version>
|
268 | 270 | <purejavacomm.version>0.0.11.1</purejavacomm.version>
|
|
1575 | 1577 | <artifactId>okhttp</artifactId>
|
1576 | 1578 | <version>${okhttp.version}</version>
|
1577 | 1579 | </dependency>
|
| 1580 | + <dependency> |
| 1581 | + <groupId>com.squareup.okhttp3</groupId> |
| 1582 | + <artifactId>logging-interceptor</artifactId> |
| 1583 | + <version>${okhttp.version}</version> |
| 1584 | + </dependency> |
| 1585 | + <dependency> |
| 1586 | + <groupId>com.squareup.okio</groupId> |
| 1587 | + <artifactId>okio</artifactId> |
| 1588 | + <version>${okio.version}</version> |
| 1589 | + </dependency> |
| 1590 | + <dependency> |
| 1591 | + <groupId>org.jetbrains.kotlin</groupId> |
| 1592 | + <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 1593 | + <version>${kotlin-stdlib.version}</version> |
| 1594 | + <exclusions> |
| 1595 | + <exclusion> |
| 1596 | + <groupId>org.jetbrains</groupId> |
| 1597 | + <artifactId>annotations</artifactId> |
| 1598 | + </exclusion> |
| 1599 | + </exclusions> |
| 1600 | + </dependency> |
| 1601 | + <dependency> |
| 1602 | + <groupId>io.gsonfire</groupId> |
| 1603 | + <artifactId>gson-fire</artifactId> |
| 1604 | + <version>${gsonfire.version}</version> |
| 1605 | + </dependency> |
1578 | 1606 | <dependency>
|
1579 | 1607 | <groupId>com.google.code.gson</groupId>
|
1580 | 1608 | <artifactId>gson</artifactId>
|
|
0 commit comments