Skip to content

Commit b2a4049

Browse files
build(deps): Bump com.amazonaws:aws-java-sdk-core from 1.12.454 to 1.12.455 in /projects/control-service/projects/pipelines_control_service (#1967)
Bumps [com.amazonaws:aws-java-sdk-core](https://github.com/aws/aws-sdk-java) from 1.12.454 to 1.12.455. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md">com.amazonaws:aws-java-sdk-core's changelog</a>.</em></p> <blockquote> <h1><strong>1.12.455</strong> <strong>2023-04-24</strong></h1> <h2><strong>AWS Elemental MediaConvert</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.</li> </ul> </li> </ul> <h2><strong>Amazon Appflow</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>Increased the max length for RefreshToken and AuthCode from 2048 to 4096.</li> </ul> </li> </ul> <h2><strong>Amazon CodeCatalyst</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>Documentation updates for Amazon CodeCatalyst.</li> </ul> </li> </ul> <h2><strong>Amazon Elastic Compute Cloud</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>API changes to AWS Verified Access related to identity providers' information.</li> </ul> </li> </ul> <h2><strong>Amazon Rekognition</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>Added new status result to Liveness session status.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-java/commit/92a322f01b6d9467285400f26f1a6b1176885c08"><code>92a322f</code></a> AWS SDK for Java 1.12.455</li> <li><a href="https://github.com/aws/aws-sdk-java/commit/d080d6c99ac991aa804803a057ab8040b724ec36"><code>d080d6c</code></a> Update GitHub version number to 1.12.455-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-java/compare/1.12.454...1.12.455">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.amazonaws:aws-java-sdk-core&package-manager=gradle&previous-version=1.12.454&new-version=1.12.455)](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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f557d1 commit b2a4049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: projects/control-service/projects/versions-of-external-dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ project.ext {
4242
'com.graphql-java:graphql-java-extended-scalars' : 'com.graphql-java:graphql-java-extended-scalars:20.2',
4343
'org.springframework.retry:spring-retry' : 'org.springframework.retry:spring-retry:2.0.1',
4444
'org.apache.tika:tika-core' : 'org.apache.tika:tika-core:2.7.0',
45-
'com.amazonaws:aws-java-sdk-core' : 'com.amazonaws:aws-java-sdk-core:1.12.454',
45+
'com.amazonaws:aws-java-sdk-core' : 'com.amazonaws:aws-java-sdk-core:1.12.455',
4646
'com.amazonaws:aws-java-sdk-sts' : 'com.amazonaws:aws-java-sdk-sts:1.12.454',
4747
'com.amazonaws:aws-java-sdk-ecr' : 'com.amazonaws:aws-java-sdk-ecr:1.12.455',
4848

0 commit comments

Comments
 (0)