From 5f5d852034bac5059006565ba8d79fcd590116c6 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Thu, 27 Aug 2026 12:46:02 -0700 Subject: [PATCH 1/2] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 72d071b92..935f16223 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "af01b67", "specHash": "3599cec", "version": "5.15.1" } +{ "engineHash": "04310d4", "specHash": "3599cec", "version": "5.15.1" } From af254f3c7b93fd545108caa0f328394a3c2082bd Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Fri, 28 Aug 2026 14:44:57 +0200 Subject: [PATCH 2/2] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 072871965..450e837e4 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-core:2.21.4" implementation "com.fasterxml.jackson.core:jackson-databind:2.21.4" implementation "org.bitbucket.b_c:jose4j:0.9.6" - implementation "org.bouncycastle:bcprov-jdk18on:1.84" - implementation "org.bouncycastle:bcpkix-jdk18on:1.84" + implementation "org.bouncycastle:bcprov-jdk18on:1.85" + implementation "org.bouncycastle:bcpkix-jdk18on:1.85" implementation "com.squareup.okhttp3:okhttp:4.12.0" implementation "com.github.luben:zstd-jni:1.5.7-2" testsCommonImplementation "junit:junit:4.13.2"