Skip to content

Commit

Permalink
tessera 22.1.7 (hyperledger#4316)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla authored and garyschulte committed Sep 7, 2022
1 parent bcbc5b0 commit 01409d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class ContainerTestBase {
private final String besuImage = System.getProperty("containertest.imagename");

public static final String GOQUORUM_VERSION = "22.4.4";
public static final String TESSERA_VERSION = "22.1.6";
public static final String TESSERA_VERSION = "22.1.7";

protected final String goQuorumTesseraPubKey = "3XGBIf+x8IdVQOVfIsbRnHwTYOJP/Fx84G8gMmy8qDM=";
protected final String besuTesseraPubKey = "8JJLEAbq6o9m4Kqm++v0Y1n9Z2ryAFtZTyhnxSKWgws=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class TesseraTestHarness implements EnclaveTestHarness {
private URI q2TUri;
private URI thirdPartyUri;

public static final String TESSERA_VERSION = "22.1.6";
public static final String TESSERA_VERSION = "22.1.7";

private final int thirdPartyPort = 9081;
private final int q2TPort = 9082;
Expand Down

0 comments on commit 01409d5

Please sign in to comment.