Skip to content

Commit 5383877

Browse files
committed
Bumped Vert.x 4.5.14
Signed-off-by: Paolo Patierno <[email protected]>
1 parent 334096f commit 5383877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Store Kafka node certificates in separate Secrets, one Secret per pod.
1212
* Allow configuring `ssl.principal.mapping.rules` and custom trusted CAs in Kafka brokers with `type: custom` authentication
1313
* Moved HTTP bridge configuration to the ConfigMap setup by the operator.
14-
* Dependency updates (Vert.x 4.5.12, Netty 4.1.117.Final)
14+
* Dependency updates (Vert.x 4.5.14, Netty 4.1.118.Final)
1515
* Moved Kafka Connect configuration to the ConfigMap created by the operator.
1616
* Update Kafka Exporter to [1.9.0](https://github.com/danielqsj/kafka_exporter/releases/tag/v1.9.0)
1717
* Adopted new Kafka Connect health check endpoint (see [proposal 89](https://github.com/strimzi/proposals/blob/main/089-adopt-connect-health-endpoint.md)).

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
<fasterxml.jackson-annotations.version>2.16.2</fasterxml.jackson-annotations.version>
154154
<fasterxml.jackson-datatype.version>2.16.2</fasterxml.jackson-datatype.version>
155155
<fasterxml.jackson-jaxrs.version>2.16.2</fasterxml.jackson-jaxrs.version>
156-
<vertx.version>4.5.13</vertx.version>
157-
<vertx-junit5.version>4.5.13</vertx-junit5.version>
156+
<vertx.version>4.5.14</vertx.version>
157+
<vertx-junit5.version>4.5.14</vertx-junit5.version>
158158
<kafka.version>4.0.0</kafka.version>
159159
<yammer-metrics.version>2.2.0</yammer-metrics.version>
160160
<snappy.version>1.1.10.5</snappy.version>

0 commit comments

Comments
 (0)