Skip to content

Commit cfaf041

Browse files
Update OCKC to 8.9.18 (#1015)
This update makes use of version 8.9.18 of OCKC for non FIPS testing. Signed-off-by: Jason Katonica <[email protected]>
1 parent a8200f2 commit cfaf041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def getOCKTarget(hardware, software) {
6262
*/
6363
def getBinaries(hardware, software) {
6464
if (OCK_RELEASE == "") {
65-
OCK_RELEASE = "20250823_8.9.14"
65+
OCK_RELEASE = "20251128_8.9.18"
6666
}
6767
def target = getOCKTarget(hardware, software)
6868
def gskit_bin = "https://na.artifactory.swg-devops.com/artifactory/sec-gskit-javasec-generic-local/gskit8/$OCK_RELEASE/$target/jgsk_crypto.tar"

0 commit comments

Comments
 (0)