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

mattisonchao pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new febad318ed6 [feat][meta] upgrade oxia version to 0.7.2 (#24976)
febad318ed6 is described below

commit febad318ed66ff33c4015f23948e43af7245b861
Author: Qiang Zhao <[email protected]>
AuthorDate: Thu Nov 13 14:06:28 2025 +0800

    [feat][meta] upgrade oxia version to 0.7.2 (#24976)
    
    Signed-off-by: mattisonchao <[email protected]>
    (cherry picked from commit 6fdb4b95b75ac0bd5a4ec40d9e2a706c7539bf6e)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 4 ++--
 pom.xml                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 312200a60de..cdd17cab327 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -484,8 +484,8 @@ The Apache Software License, Version 2.0
   * Prometheus
     - io.prometheus-simpleclient_httpserver-0.16.0.jar
   * Oxia
-    - io.github.oxia-db-oxia-client-api-0.7.0.jar
-    - io.github.oxia-db-oxia-client-0.7.0.jar
+    - io.github.oxia-db-oxia-client-api-0.7.2.jar
+    - io.github.oxia-db-oxia-client-0.7.2.jar
   * OpenHFT
     - net.openhft-zero-allocation-hashing-0.16.jar
   * Java JSON WebTokens
diff --git a/pom.xml b/pom.xml
index 78c00c350ea..74a8fb7ae79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <apache-http-client.version>4.5.13</apache-http-client.version>
     <apache-httpcomponents.version>4.4.15</apache-httpcomponents.version>
     <jetcd.version>0.7.7</jetcd.version>
-    <oxia.version>0.7.0</oxia.version>
+    <oxia.version>0.7.2</oxia.version>
     <snakeyaml.version>2.0</snakeyaml.version>
     <ant.version>1.10.12</ant.version>
     <seancfoley.ipaddress.version>5.5.0</seancfoley.ipaddress.version>

Reply via email to