You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/01 06:33:38 UTC

[iotdb] branch master updated: Bump reactor-netty-http from 1.0.4 to 1.0.24 (#7838)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ee59e33cb Bump reactor-netty-http from 1.0.4 to 1.0.24 (#7838)
3ee59e33cb is described below

commit 3ee59e33cb5e0abee37f8259b77cc93bcc39bfe3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 1 14:33:32 2022 +0800

    Bump reactor-netty-http from 1.0.4 to 1.0.24 (#7838)
---
 metrics/dropwizard-metrics/pom.xml | 2 +-
 metrics/micrometer-metrics/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/metrics/dropwizard-metrics/pom.xml b/metrics/dropwizard-metrics/pom.xml
index 62e88b3a22..809ceb47ca 100644
--- a/metrics/dropwizard-metrics/pom.xml
+++ b/metrics/dropwizard-metrics/pom.xml
@@ -51,6 +51,6 @@
     </dependencies>
     <properties>
         <jersey-core.version>1.9</jersey-core.version>
-        <reactor-netty-http.version>1.0.4</reactor-netty-http.version>
+        <reactor-netty-http.version>1.0.24</reactor-netty-http.version>
     </properties>
 </project>
diff --git a/metrics/micrometer-metrics/pom.xml b/metrics/micrometer-metrics/pom.xml
index c230bbe46b..c09e279bc9 100644
--- a/metrics/micrometer-metrics/pom.xml
+++ b/metrics/micrometer-metrics/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>io.projectreactor.netty</groupId>
             <artifactId>reactor-netty-http</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.24</version>
         </dependency>
     </dependencies>
 </project>