diff --git a/pom.xml b/pom.xml
index 2872677..ad404de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.accessgrid
access-grid-sdk
- 1.3.0
+ 1.4.0
Access Grid SDK
Java SDK for Access Grid API
diff --git a/src/test/java/com/organization/accessgrid/AccessGridClientTest.java b/src/test/java/com/organization/accessgrid/AccessGridClientTest.java
index cf3a66d..0b9bcd5 100644
--- a/src/test/java/com/organization/accessgrid/AccessGridClientTest.java
+++ b/src/test/java/com/organization/accessgrid/AccessGridClientTest.java
@@ -839,7 +839,7 @@ public void testCreateLandingPageSendsPostToLandingPages() throws IOException, I
}
@Test
- public void testUpdateLandingPageSendsPatchToLandingPages() throws IOException, InterruptedException {
+ public void testUpdateLandingPageSendsPutToLandingPages() throws IOException, InterruptedException {
mockResponse("{\"id\":\"lp-1\",\"name\":\"Updated Page\",\"kind\":\"universal\",\"password_protected\":false}");
Models.UpdateLandingPageRequest request = Models.UpdateLandingPageRequest.builder()