Skip to content

Commit 8688879

Browse files
authored
Update dependencies (#621)
- Update Netty to 4.1.118.Final - Update Jackson to 2.18.3 - Update GUava to 33.4.0-jre - Update Maven plugin versions to accomodate
1 parent 3175a35 commit 8688879

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
1010
```
1111

1212
## unreleased
13+
* [ENHANCEMENT] [#620](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/620) Update Dependnecies
1314
* [BUGFIX] [#438](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/438) Add Cassandra 5.1 Agent
1415
* [BUGFIX] [#617](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/617) Fix Cassandra trunk builds
1516

management-api-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<version>${revision}</version>
1717
<artifactId>datastax-mgmtapi-server</artifactId>
1818
<properties>
19-
<guava.version>30.1.1-jre</guava.version>
19+
<guava.version>33.4.0-jre</guava.version>
2020
<airline.version>2.7.0</airline.version>
2121
<jaxrs.version>2.2.19</jaxrs.version>
2222
<resteasy.version>6.2.10.Final</resteasy.version>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
<build.version.file>build_version.sh</build.version.file>
2626
<slf4j.version>2.0.9</slf4j.version>
2727
<logback.version>1.4.14</logback.version>
28-
<netty.version>4.1.112.Final</netty.version>
28+
<netty.version>4.1.118.Final</netty.version>
2929
<mockito.version>3.5.13</mockito.version>
3030
<prometheus.version>0.16.0</prometheus.version>
3131
<!-- This old version is used by Cassandra 4.x -->
3232
<dropwizard-metrics.version>3.1.5</dropwizard-metrics.version>
33-
<jackson-dataformat.version>2.15.3</jackson-dataformat.version>
33+
<jackson-dataformat.version>2.18.3</jackson-dataformat.version>
3434
<coveo.format.version>2.9</coveo.format.version>
3535
<xml.format.version>3.2.2</xml.format.version>
3636
<mycila.license.version>4.1</mycila.license.version>
37-
<maven.compiler.version>3.10.1</maven.compiler.version>
38-
<maven.test.version>3.0.0-M8</maven.test.version>
39-
<maven.resource.version>3.3.0</maven.resource.version>
40-
<maven.shade.version>3.4.1</maven.shade.version>
37+
<maven.compiler.version>3.14.0</maven.compiler.version>
38+
<maven.test.version>3.5.2</maven.test.version>
39+
<maven.resource.version>3.3.1</maven.resource.version>
40+
<maven.shade.version>3.6.0</maven.shade.version>
4141
</properties>
4242
<dependencies/>
4343
<profiles>

0 commit comments

Comments
 (0)