This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit c6ecb68554240bc6ff8236c7c91495db9221d937 Author: Lari Hotari <[email protected]> AuthorDate: Fri May 15 16:00:53 2026 +0300 [improve][build] Upgrade org.apache.kerby:kerb-simplekdc from 1.1.1 to 2.1.1 (#25785) (cherry picked from commit 20736e70fed3b1427af43ab339aad63ee6c0294f) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2379ebdb683..2fc5c37d45f 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,7 @@ flexible messaging model and an intuitive client API.</description> <docker-java.version>3.7.0</docker-java.version> <hamcrest.version>2.2</hamcrest.version> <restassured.version>5.4.0</restassured.version> - <kerby.version>1.1.1</kerby.version> + <kerby.version>2.1.1</kerby.version> <testng.version>7.7.1</testng.version> <mockito.version>5.19.0</mockito.version> <javassist.version>3.25.0-GA</javassist.version>
