From cc8e28062d34dc57289cfbedf42123207c0abf7c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:19:42 +0000 Subject: [PATCH 1/2] Initial plan From 156485156a23093edf8d4cb9e4a93bef7f5edc33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:28:56 +0000 Subject: [PATCH 2/2] fix(deps): upgrade WireMock to 4.0.0-beta.32 to fix Jetty CVE-2025-11143 Agent-Logs-Url: https://github.com/openfga/java-sdk/sessions/f0440740-2bed-4707-be8f-7f5412017012 Co-authored-by: curfew-marathon <98830296+curfew-marathon@users.noreply.github.com> --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 420a08fc..cb1a9922 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,8 @@ testing { implementation 'org.assertj:assertj-core:3.27.7' implementation 'org.mockito:mockito-core:5.23.0' implementation 'org.junit.jupiter:junit-jupiter:5.14.3' - implementation 'org.wiremock:wiremock:3.13.2' + implementation 'org.wiremock:wiremock:4.0.0-beta.32' + implementation 'org.wiremock:wiremock-junit5:4.0.0-beta.32' runtimeOnly 'org.junit.platform:junit-platform-launcher'