Skip to content

Commit

Permalink
build(deps): Bump com.amazonaws:aws-java-sdk-core from 1.12.454 to 1.…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
dependabot[bot] committed Apr 26, 2023
1 parent 5f557d1 commit b2a4049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ project.ext {
'com.graphql-java:graphql-java-extended-scalars' : 'com.graphql-java:graphql-java-extended-scalars:20.2',
'org.springframework.retry:spring-retry' : 'org.springframework.retry:spring-retry:2.0.1',
'org.apache.tika:tika-core' : 'org.apache.tika:tika-core:2.7.0',
'com.amazonaws:aws-java-sdk-core' : 'com.amazonaws:aws-java-sdk-core:1.12.454',
'com.amazonaws:aws-java-sdk-core' : 'com.amazonaws:aws-java-sdk-core:1.12.455',
'com.amazonaws:aws-java-sdk-sts' : 'com.amazonaws:aws-java-sdk-sts:1.12.454',
'com.amazonaws:aws-java-sdk-ecr' : 'com.amazonaws:aws-java-sdk-ecr:1.12.455',

Expand Down

0 comments on commit b2a4049

Please sign in to comment.