diff --git a/console/src/integration/java/com/formkiq/stacks/console/awstest/AwsResourceTest.java b/console/src/integration/java/com/formkiq/stacks/console/awstest/AwsResourceTest.java index 2eb3e33b3..13b16079c 100644 --- a/console/src/integration/java/com/formkiq/stacks/console/awstest/AwsResourceTest.java +++ b/console/src/integration/java/com/formkiq/stacks/console/awstest/AwsResourceTest.java @@ -74,7 +74,7 @@ public class AwsResourceTest { /** * beforeclass. - * + * * @throws IOException IOException */ @BeforeAll @@ -100,7 +100,7 @@ public static void beforeClass() throws IOException { /** * Test Console Available. - * + * * @throws IOException IOException * @throws URISyntaxException URISyntaxException * @throws InterruptedException InterruptedException @@ -125,7 +125,7 @@ public void testConsoleAvailable() throws IOException, InterruptedException, URI /** * Test Logging into console. - * + * * @throws URISyntaxException URISyntaxException * @throws InterruptedException InterruptedException * @throws IOException IOException @@ -201,7 +201,7 @@ public void testS3Buckets() { */ @Test public void testSsmParameters() { - assertEquals("v3.6.0", + assertEquals("v3.6.1", ssmService.getParameterValue("/formkiq/" + appenvironment + "/console/version")); assertTrue(ssmService.getParameterValue("/formkiq/" + appenvironment + "/s3/Console") .contains(appenvironment + "-console-")); diff --git a/console/src/main/resources/cloudformation/template.yaml b/console/src/main/resources/cloudformation/template.yaml index 8fd023810..4f2997ac3 100644 --- a/console/src/main/resources/cloudformation/template.yaml +++ b/console/src/main/resources/cloudformation/template.yaml @@ -17,7 +17,7 @@ Parameters: ConsoleVersion: Type: String Description: Version of FormKiQ console to deploy - Default: v3.6.0 + Default: v3.6.1 FormKiQType: Description: The type of FormKiQ installation