This is an automated email from the ASF dual-hosted git repository.
rishabhdaim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new b2f1f35c2f OAK-12283 : bump aws sdk to 2.35.11 (#2979)
b2f1f35c2f is described below
commit b2f1f35c2fa55edc3c579d61d228b9f187b29e23
Author: Rishabh Kumar <[email protected]>
AuthorDate: Fri Jun 26 13:20:45 2026 +0530
OAK-12283 : bump aws sdk to 2.35.11 (#2979)
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index a3232c25a9..ace3584b5c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -71,7 +71,7 @@
<pax-url.version>2.6.17</pax-url.version>
<groovy.version>3.0.25</groovy.version>
<netty.version>4.1.135.Final</netty.version>
- <aws.sdk.version>2.34.9</aws.sdk.version>
+ <aws.sdk.version>2.35.11</aws.sdk.version>
<!-- determines the bytecode version (i.e. the minimum JRE required to run
the build artifact) -->
<javaTargetVersion>17</javaTargetVersion>
<maven.compiler.release>${javaTargetVersion}</maven.compiler.release>