dependabot[bot] opened a new pull request, #8140: URL: https://github.com/apache/hadoop/pull/8140
Bumps [software.amazon.encryption.s3:amazon-s3-encryption-client-java](https://github.com/aws/amazon-s3-encryption-client-java) from 3.1.1 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/amazon-s3-encryption-client-java/releases">software.amazon.encryption.s3:amazon-s3-encryption-client-java's releases</a>.</em></p> <blockquote> <h2>Amazon S3 Encryption Client 4.0.0 Release -- 2025-12-17</h2> <h1>Changelog</h1> <h2><a href="https://github.com/aws/aws-s3-encryption-client-java/compare/v3.6.0...v4.0.0">4.0.0</a> (2025-12-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li> <p>The S3 Encryption Client now requires key committing algorithm suites by default. See migration guide from 3.x to 4.x: <a href="https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/java-v4-migration.html">link</a></p> </li> <li> <p><code>builder()</code> method has been removed; use <code>builderV4()</code> instead</p> </li> <li> <p><code>builderV4()</code> now defaults to <code>commitmentPolicy</code> (REQUIRE_ENCRYPT_REQUIRE_DECRYPT) and <code>encryptionAlgorithm</code> (ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY)</p> </li> <li> <p>Updated expectations for custom implementations of the <code>CryptographicMaterialsManager</code> interface.</p> <ul> <li>Custom implementations of the interface's <code>getEncryptionMaterials</code> method MUST set the <code>AlgorithmSuite</code> field on the returned <code>EncryptionMaterials</code>. <ul> <li>The provided <code>DefaultCryptoMaterialsManager</code>'s <code>getEncryptionMaterials</code> method sets this field from the <code>AlgorithmSuite</code> provided in the <code>EncryptionMaterialsRequest</code>.</li> <li>If the custom implementation wraps the provided <code>DefaultCryptoMaterialsManager.getEncryptionMaterials</code> method, it's likely that no code updates are required. The provided logic has been updated with this change.</li> </ul> </li> <li>Custom implementations of the interface's <code>decryptMaterials</code> method MUST set the <code>KeyCommitment</code> field on the returned <code>DecryptionMaterials</code>. <ul> <li>The provided <code>DefaultCryptoMaterialsManager</code>'s <code>decryptMaterials</code> method sets this field from the <code>KeyCommitment</code> provided in the <code>DecryptMaterialsRequest</code>.</li> <li>If the custom implementation wraps the provided <code>DefaultCryptoMaterialsManager.decryptMaterials</code> method, it's likely that no code updates are required. The provided logic has been updated with this change.</li> </ul> </li> </ul> </li> <li> <p>Updated expectations for custom implementations of the <code>Keyring</code> interface.</p> <ul> <li>Custom implementations of the interface's <code>onDecrypt</code> method MUST preserve the <code>KeyCommitment</code> field on the returned <code>DecryptionMaterials</code>. <ul> <li>The provided <code>S3Keyring</code>'s <code>onDecrypt</code> method (base class for all keyrings including <code>KmsKeyring</code>) preserves this field through the builder pattern when returning updated materials.</li> <li>If the custom implementation wraps the provided <code>S3Keyring.onDecrypt</code> method or uses the builder pattern to return materials, it's likely that no code updates are required. The provided logic has been updated with this change.</li> </ul> </li> </ul> </li> </ul> <h3>Features</h3> <ul> <li>Updates to the S3 Encryption Client (<a href="https://redirect.github.com/aws/aws-s3-encryption-client-java/issues/491">#491</a>) (<a href="https://github.com/aws/aws-s3-encryption-client-java/commit/9d4523edbbc249781b3b3b3f8868fad39c5673d5">9d4523e</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li>update releaserc (<a href="https://redirect.github.com/aws/aws-s3-encryption-client-java/issues/492">#492</a>) (<a href="https://github.com/aws/aws-s3-encryption-client-java/commit/d423d8d0f500c6fcc7adb703a1626d6e7d4c2e3d">d423d8d</a>)</li> </ul> <h2>Amazon S3 Encryption Client 3.6.0 Release -- 2025-12-16</h2> <h1>Changelog</h1> <h2><a href="https://github.com/aws/amazon-s3-encryption-client-java/compare/v3.5.0...v3.6.0">3.6.0</a> (2025-12-16)</h2> <h3>Features</h3> <ul> <li>Updates to the S3 Encryption Client (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/489">#489</a>) (<a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/2b13cf2a4f68651fb09b15b489a8fa8a8d8380ce">2b13cf2</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li>Add 's3:HeadObject' action to S3 bucket policies (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/488">#488</a>) (<a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/c24b358f15996a0db73c4eed690eb01b93383adf">c24b358</a>)</li> <li>update releaserc (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/490">#490</a>) (<a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/51d46350945041f990d0486f5e7c0c5bb32aa453">51d4635</a>)</li> </ul> <h2>Amazon S3 Encryption Client 3.5.0 Release -- 2025-10-27</h2> <h1>Changelog</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/amazon-s3-encryption-client-java/blob/main/CHANGELOG.md">software.amazon.encryption.s3:amazon-s3-encryption-client-java's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws/aws-s3-encryption-client-java/compare/v3.6.0...v4.0.0">4.0.0</a> (2025-12-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li> <p>The S3 Encryption Client now requires key committing algorithm suites by default. See migration guide from 3.x to 4.x: <a href="https://docs.aws.amazon.com/amazon-s3-encryption-client/latest/developerguide/java-v4-migration.html">link</a></p> </li> <li> <p><code>builder()</code> method has been removed; use <code>builderV4()</code> instead</p> </li> <li> <p><code>builderV4()</code> now defaults to <code>commitmentPolicy</code> (REQUIRE_ENCRYPT_REQUIRE_DECRYPT) and <code>encryptionAlgorithm</code> (ALG_AES_256_GCM_HKDF_SHA512_COMMIT_KEY)</p> </li> <li> <p>Updated expectations for custom implementations of the <code>CryptographicMaterialsManager</code> interface.</p> <ul> <li>Custom implementations of the interface's <code>getEncryptionMaterials</code> method MUST set the <code>AlgorithmSuite</code> field on the returned <code>EncryptionMaterials</code>. <ul> <li>The provided <code>DefaultCryptoMaterialsManager</code>'s <code>getEncryptionMaterials</code> method sets this field from the <code>AlgorithmSuite</code> provided in the <code>EncryptionMaterialsRequest</code>.</li> <li>If the custom implementation wraps the provided <code>DefaultCryptoMaterialsManager.getEncryptionMaterials</code> method, it's likely that no code updates are required. The provided logic has been updated with this change.</li> </ul> </li> <li>Custom implementations of the interface's <code>decryptMaterials</code> method MUST set the <code>KeyCommitment</code> field on the returned <code>DecryptionMaterials</code>. <ul> <li>The provided <code>DefaultCryptoMaterialsManager</code>'s <code>decryptMaterials</code> method sets this field from the <code>KeyCommitment</code> provided in the <code>DecryptMaterialsRequest</code>.</li> <li>If the custom implementation wraps the provided <code>DefaultCryptoMaterialsManager.decryptMaterials</code> method, it's likely that no code updates are required. The provided logic has been updated with this change.</li> </ul> </li> </ul> </li> <li> <p>Updated expectations for custom implementations of the <code>Keyring</code> interface.</p> <ul> <li>Custom implementations of the interface's <code>onDecrypt</code> method MUST preserve the <code>KeyCommitment</code> field on the returned <code>DecryptionMaterials</code>. <ul> <li>The provided <code>S3Keyring</code>'s <code>onDecrypt</code> method (base class for all keyrings including <code>KmsKeyring</code>) preserves this field through the builder pattern when returning updated materials.</li> <li>If the custom implementation wraps the provided <code>S3Keyring.onDecrypt</code> method or uses the builder pattern to return materials, it's likely that no code updates are required. The provided logic has been updated with this change.</li> </ul> </li> </ul> </li> </ul> <h3>Features</h3> <ul> <li>Updates to the S3 Encryption Client (<a href="https://redirect.github.com/aws/aws-s3-encryption-client-java/issues/491">#491</a>) (<a href="https://github.com/aws/aws-s3-encryption-client-java/commit/9d4523edbbc249781b3b3b3f8868fad39c5673d5">9d4523e</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li>update releaserc (<a href="https://redirect.github.com/aws/aws-s3-encryption-client-java/issues/492">#492</a>) (<a href="https://github.com/aws/aws-s3-encryption-client-java/commit/d423d8d0f500c6fcc7adb703a1626d6e7d4c2e3d">d423d8d</a>)</li> </ul> <h2><a href="https://github.com/aws/amazon-s3-encryption-client-java/compare/v3.5.0...v3.6.0">3.6.0</a> (2025-12-16)</h2> <h3>Features</h3> <ul> <li>Updates to the S3 Encryption Client (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/489">#489</a>) (<a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/2b13cf2a4f68651fb09b15b489a8fa8a8d8380ce">2b13cf2</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li>Add 's3:HeadObject' action to S3 bucket policies (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/488">#488</a>) (<a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/c24b358f15996a0db73c4eed690eb01b93383adf">c24b358</a>)</li> <li>update releaserc (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/490">#490</a>) (<a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/51d46350945041f990d0486f5e7c0c5bb32aa453">51d4635</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-s3-encryption-client-java/compare/v3.4.0...v3.5.0">3.5.0</a> (2025-10-27)</h2> <h3>Features</h3> <ul> <li>allow raw keyrings to decrypt with multiple wrapping keys (<a href="https://redirect.github.com/aws/aws-s3-encryption-client-java/issues/485">#485</a>) (<a href="https://github.com/aws/aws-s3-encryption-client-java/commit/a78cb522489af90c65dba0e83e2c3803aefacb3f">a78cb52</a>)</li> </ul> <h3>Maintenance</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/7e3c89a571ba96d6c191a6a93608ec7c63cb82c1"><code>7e3c89a</code></a> Amazon S3 Encryption Client 4.0.0 Release -- 2025-12-17</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/d423d8d0f500c6fcc7adb703a1626d6e7d4c2e3d"><code>d423d8d</code></a> chore: update releaserc (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/492">#492</a>)</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/9d4523edbbc249781b3b3b3f8868fad39c5673d5"><code>9d4523e</code></a> feat!: Updates to the S3 Encryption Client (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/491">#491</a>)</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/d829a235854996e0f25736662510c2aa25e61fae"><code>d829a23</code></a> Amazon S3 Encryption Client 3.6.0 Release -- 2025-12-16</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/51d46350945041f990d0486f5e7c0c5bb32aa453"><code>51d4635</code></a> chore: update releaserc (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/490">#490</a>)</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/2b13cf2a4f68651fb09b15b489a8fa8a8d8380ce"><code>2b13cf2</code></a> feat: Updates to the S3 Encryption Client (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/489">#489</a>)</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/c24b358f15996a0db73c4eed690eb01b93383adf"><code>c24b358</code></a> chore: Add 's3:HeadObject' action to S3 bucket policies (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/488">#488</a>)</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/176200cbd8b4a7d86fe826ee1c3ce09e6b3c2394"><code>176200c</code></a> Amazon S3 Encryption Client 3.5.0 Release -- 2025-10-27</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/a210653476c2628e0cd2f04e7370187c08c8b1ec"><code>a210653</code></a> chore(release): skip openjdk11 during release validation (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/487">#487</a>)</li> <li><a href="https://github.com/aws/amazon-s3-encryption-client-java/commit/a78cb522489af90c65dba0e83e2c3803aefacb3f"><code>a78cb52</code></a> feat: allow raw keyrings to decrypt with multiple wrapping keys (<a href="https://redirect.github.com/aws/amazon-s3-encryption-client-java/issues/485">#485</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/amazon-s3-encryption-client-java/compare/v3.1.1...v4.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/hadoop/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
