From e20634fa7ab9246594b37109bdee026d4b3301d0 Mon Sep 17 00:00:00 2001 From: Chet Bortz Date: Tue, 26 May 2026 10:51:35 -0400 Subject: [PATCH 1/2] rename landing-page test to reflect PUT assertion --- .../java/com/organization/accessgrid/AccessGridClientTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() From d8eb4ceb2ece3158d39f43c8efd9b92267176c53 Mon Sep 17 00:00:00 2001 From: Chet Bortz Date: Tue, 26 May 2026 12:15:58 -0400 Subject: [PATCH 2/2] bump v1.4.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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