This is an automated email from the ASF dual-hosted git repository. mattisonchao pushed a commit to branch oxia.upgrade.0.6.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 1e4e2052070b4bc7e8510214e1d7725615659c0f Author: mattisonchao <[email protected]> AuthorDate: Sat Aug 30 10:37:56 2025 +0800 feat: upgrade oxia version to 0.6.1 --- 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 3be63be877b..0f84985102d 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -485,8 +485,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.6.0.jar - - io.github.oxia-db-oxia-client-0.6.0.jar + - io.github.oxia-db-oxia-client-api-0.6.1.jar + - io.github.oxia-db-oxia-client-0.6.1.jar * OpenHFT - net.openhft-zero-allocation-hashing-0.16.jar * Java JSON WebTokens diff --git a/pom.xml b/pom.xml index c618fad87e2..305c14dfa62 100644 --- a/pom.xml +++ b/pom.xml @@ -299,7 +299,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.6.0</oxia.version> + <oxia.version>0.6.1</oxia.version> <snakeyaml.version>2.0</snakeyaml.version> <ant.version>1.10.12</ant.version> <seancfoley.ipaddress.version>5.5.0</seancfoley.ipaddress.version>
