Skip to content

Commit

Permalink
8321543: Update NSS to version 3.96
Browse files Browse the repository at this point in the history
Reviewed-by: rhalade
  • Loading branch information
Matthew Donovan committed May 29, 2024
1 parent c003c12 commit 6cda4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/sun/security/pkcs11/PKCS11Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public abstract class PKCS11Test {

// Version of the NSS artifact. This coincides with the version of
// the NSS version
private static final String NSS_BUNDLE_VERSION = "3.91";
private static final String NSS_BUNDLE_VERSION = "3.96";
private static final String NSSLIB = "jpg.tests.jdk.nsslib";

static double nss_version = -1;
Expand Down

0 comments on commit 6cda4c5

Please sign in to comment.