Skip to content

Commit

Permalink
Bumped Vert.x 4.5.12 and Netty 4.1.117.Final (#11076)
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Jan 27, 2025
1 parent 515daa4 commit 75ecb59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Store Kafka node certificates in separate Secrets, one Secret per pod.
* Allow configuring `ssl.principal.mapping.rules` and custom trusted CAs in Kafka brokers with `type: custom` authentication
* Moved HTTP bridge configuration to the ConfigMap setup by the operator.
* Dependency updates (Vert.x 4.5.12, Netty 4.1.117.Final)

### Major changes, deprecations and removals

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
<fasterxml.jackson-annotations.version>2.16.2</fasterxml.jackson-annotations.version>
<fasterxml.jackson-datatype.version>2.16.2</fasterxml.jackson-datatype.version>
<fasterxml.jackson-jaxrs.version>2.16.2</fasterxml.jackson-jaxrs.version>
<vertx.version>4.5.11</vertx.version>
<vertx-junit5.version>4.5.11</vertx-junit5.version>
<vertx.version>4.5.12</vertx.version>
<vertx-junit5.version>4.5.12</vertx-junit5.version>
<kafka.version>3.9.0</kafka.version>
<yammer-metrics.version>2.2.0</yammer-metrics.version>
<snappy.version>1.1.10.5</snappy.version>
Expand All @@ -149,7 +149,7 @@
<jetty.version>9.4.56.v20240826</jetty.version>
<javax-servlet.version>3.1.0</javax-servlet.version>
<strimzi-oauth.version>0.15.0</strimzi-oauth.version>
<netty.version>4.1.115.Final</netty.version>
<netty.version>4.1.117.Final</netty.version>
<micrometer.version>1.12.3</micrometer.version>
<jayway-jsonpath.version>2.9.0</jayway-jsonpath.version>
<registry.version>1.3.2.Final</registry.version>
Expand Down

0 comments on commit 75ecb59

Please sign in to comment.