This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 8d1fb726799 Renamed and updated dependency (#16751)
8d1fb726799 is described below
commit 8d1fb726799d9235eec52d0dae737988bc59537d
Author: Hakan Altındağ <[email protected]>
AuthorDate: Thu Sep 18 20:46:21 2025 +0200
Renamed and updated dependency (#16751)
---
LICENSE-binary | 4 ++--
pinot-common/pom.xml | 2 +-
pom.xml | 8 ++++----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index b348511e8c4..09d2271ba13 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -310,8 +310,8 @@ io.confluent:logredactor-metrics:1.0.12
io.confluent:logredactor:1.0.12
io.dropwizard.metrics:metrics-core:4.2.33
io.dropwizard.metrics:metrics-jmx:4.2.33
-io.github.hakky54:sslcontext-kickstart-for-netty:9.1.0
-io.github.hakky54:sslcontext-kickstart:9.1.0
+io.github.hakky54:ayza-for-netty:10.0.0
+io.github.hakky54:ayza:10.0.0
io.grpc:grpc-alts:1.73.0
io.grpc:grpc-api:1.73.0
io.grpc:grpc-auth:1.73.0
diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml
index 0b0e4b0ea15..e7dda3066f9 100644
--- a/pinot-common/pom.xml
+++ b/pinot-common/pom.xml
@@ -260,7 +260,7 @@
</dependency>
<dependency>
<groupId>io.github.hakky54</groupId>
- <artifactId>sslcontext-kickstart-for-netty</artifactId>
+ <artifactId>ayza-for-netty</artifactId>
</dependency>
<dependency>
<groupId>com.google.re2j</groupId>
diff --git a/pom.xml b/pom.xml
index 8d4602a43c3..ffc17e449d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
<azure.msal4j.version>1.23.1</azure.msal4j.version>
<joda-time.version>2.14.0</joda-time.version>
<janino.version>3.1.12</janino.version>
- <sslcontext.kickstart.version>9.2.1</sslcontext.kickstart.version>
+ <ayza.version>10.0.0</ayza.version>
<jbcrypt.version>0.4</jbcrypt.version>
<plexus-classworlds.version>2.9.0</plexus-classworlds.version>
<scala-xml.version>2.4.0</scala-xml.version>
@@ -1689,11 +1689,11 @@
<version>${stax2-api.version}</version>
</dependency>
- <!-- sslcontext-kickstart bom -->
+ <!-- ayza bom -->
<dependency>
<groupId>io.github.hakky54</groupId>
- <artifactId>sslcontext-kickstart-bom</artifactId>
- <version>${sslcontext.kickstart.version}</version>
+ <artifactId>ayza-bom</artifactId>
+ <version>${ayza.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]