|
96 | 96 | <httpclientVersion>4.5.13</httpclientVersion> |
97 | 97 | <otelInstrumentationVersion>1.19.0-alpha</otelInstrumentationVersion> |
98 | 98 | <cassandraUnitVersion>3.7.1.0</cassandraUnitVersion> |
99 | | - <datastaxVersion>3.11.3</datastaxVersion> |
| 99 | + <cassandraVersion>3.12.1</cassandraVersion> |
100 | 100 | <pathmappedStorageVersion>3.0</pathmappedStorageVersion> |
101 | 101 | <o11yphantVersion>1.9.2</o11yphantVersion> |
102 | 102 | <swaggerVersion>1.6.6</swaggerVersion> |
|
1379 | 1379 | <version>${logbackContribVersion}</version> |
1380 | 1380 | </dependency> |
1381 | 1381 |
|
| 1382 | + <!-- Managing vulnerable versions of netty from cassandra to avoid CVE --> |
| 1383 | + <dependency> |
| 1384 | + <groupId>io.netty</groupId> |
| 1385 | + <artifactId>netty-bom</artifactId> |
| 1386 | + <version>4.1.118.Final</version> |
| 1387 | + <type>pom</type> |
| 1388 | + <scope>import</scope> |
| 1389 | + </dependency> |
| 1390 | + |
1382 | 1391 | <!-- o11yphant dependencies --> |
1383 | 1392 | <dependency> |
1384 | 1393 | <groupId>org.commonjava.util</groupId> |
|
1475 | 1484 | <version>${pathmappedStorageVersion}</version> |
1476 | 1485 | </dependency> |
1477 | 1486 |
|
1478 | | - <!--Datastax Java Driver--> |
| 1487 | + <!--Apache Cassandra Java Driver (matches path-mapped-storage)--> |
1479 | 1488 | <dependency> |
1480 | | - <groupId>com.datastax.cassandra</groupId> |
| 1489 | + <groupId>org.apache.cassandra</groupId> |
1481 | 1490 | <artifactId>cassandra-driver-core</artifactId> |
1482 | | - <version>${datastaxVersion}</version> |
| 1491 | + <version>${cassandraVersion}</version> |
1483 | 1492 | </dependency> |
1484 | 1493 | <dependency> |
1485 | | - <groupId>com.datastax.cassandra</groupId> |
| 1494 | + <groupId>org.apache.cassandra</groupId> |
1486 | 1495 | <artifactId>cassandra-driver-mapping</artifactId> |
1487 | | - <version>${datastaxVersion}</version> |
| 1496 | + <version>${cassandraVersion}</version> |
1488 | 1497 | </dependency> |
1489 | 1498 |
|
1490 | 1499 | <dependency> |
|
0 commit comments