This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new b7959ca0330 [fix][metadata] Upgrade Oxia to 0.3.2 (#23140)
b7959ca0330 is described below
commit b7959ca033067b73ba6c0a4ff6744d3190e7f108
Author: Qiang Zhao <[email protected]>
AuthorDate: Fri Aug 9 01:08:41 2024 +0800
[fix][metadata] Upgrade Oxia to 0.3.2 (#23140)
(cherry picked from commit f4a8094f8c71cf9060566dd627e5c00003ca3833)
---
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 4bbb86653ad..505c4b30093 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -480,8 +480,8 @@ The Apache Software License, Version 2.0
* Prometheus
- io.prometheus-simpleclient_httpserver-0.16.0.jar
* Oxia
- - io.streamnative.oxia-oxia-client-api-0.3.1.jar
- - io.streamnative.oxia-oxia-client-0.3.1.jar
+ - io.streamnative.oxia-oxia-client-api-0.3.2.jar
+ - io.streamnative.oxia-oxia-client-0.3.2.jar
* OpenHFT
- net.openhft-zero-allocation-hashing-0.16.jar
* Java JSON WebTokens
diff --git a/pom.xml b/pom.xml
index 8fc1aff81a6..a1b07444538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,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.3.1</oxia.version>
+ <oxia.version>0.3.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>