Skip to content

Commit afe46a3

Browse files
yasiribmconmavemuri
authored andcommitted
Upgrade simplekdc to 2.1.0 (linkedin#2186)
This PR resolves linkedin#2178 Upgrading simplekdc version to "2.1.0" which supports a change that can correctly use security classes based on what version of IBM Semeru JDK(if applicable) is being used. There is no regression observed using Semeru, OpenJDK and Temurin JDKs. This newer version(released on 14 August 2024) also caters vulnerability in deps mentioned linkedin#2179 as **org.jboss.xnio:xnio-api** is updated to **3.8.16**[^1] [^1]:https://github.com/apache/directory-kerby/releases/tag/kerby-all-2.1.0#:~:text=Bump%20org.jboss.xnio%3Axnio%2Dapi%20from%203.8.15.Final%20to%203.8.16.Final).
1 parent c8b9693 commit afe46a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ project(':cruise-control') {
316316
testImplementation 'commons-io:commons-io:2.11.0'
317317
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13:tests'
318318
testImplementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
319-
testImplementation 'org.apache.kerby:kerb-simplekdc:2.0.1'
319+
testImplementation 'org.apache.kerby:kerb-simplekdc:2.1.0'
320320
testImplementation 'com.jayway.jsonpath:json-path:2.7.0'
321321
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
322322
testImplementation 'org.powermock:powermock-api-easymock:2.0.9'

0 commit comments

Comments
 (0)