Skip to content

Commit

Permalink
8345598: Upgrade NSS binaries for interop tests
Browse files Browse the repository at this point in the history
Reviewed-by: weijun, rhalade
  • Loading branch information
Matthew Donovan committed Feb 26, 2025
1 parent ea2c923 commit 0f82268
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.101";
private static final String NSS_BUNDLE_VERSION = "3.107";
private static final String NSSLIB = "jpg.tests.jdk.nsslib";

static double nss_version = -1;
Expand Down

0 comments on commit 0f82268

Please sign in to comment.