Skip to content

Commit a778035

Browse files
build(deps): Bump com.amazonaws:aws-java-sdk-ecr from 1.12.494 to 1.12.495 in /projects/control-service/projects/pipelines_control_service (#2323)
Bumps [com.amazonaws:aws-java-sdk-ecr](https://github.com/aws/aws-sdk-java) from 1.12.494 to 1.12.495. <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-ecr's changelog</a>.</em></p> <blockquote> <h1><strong>1.12.495</strong> <strong>2023-06-23</strong></h1> <h2><strong>Amazon DevOps Guru</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>This release adds support for encryption via customer managed keys.</li> </ul> </li> </ul> <h2><strong>Amazon FSx</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>Update to Amazon FSx documentation.</li> </ul> </li> </ul> <h2><strong>Amazon Relational Database Service</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>Documentation improvements for create, describe, and modify DB clusters and DB instances.</li> </ul> </li> </ul> <h2><strong>Amazon Verified Permissions</strong></h2> <ul> <li> <h3>Features</h3> <ul> <li>Added improved descriptions and new code samples to SDK documentation.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-java/commit/3843cb59137e8d8434b43a275c5db5c6282fc8ec"><code>3843cb5</code></a> AWS SDK for Java 1.12.495</li> <li><a href="https://github.com/aws/aws-sdk-java/commit/d2f6307c47460219b0f12efb90ca1c511809909d"><code>d2f6307</code></a> Update GitHub version number to 1.12.495-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-java/compare/1.12.494...1.12.495">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-ecr&package-manager=gradle&previous-version=1.12.494&new-version=1.12.495)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antoni Ivanov <aivanov@vmware.com>
1 parent e48c12b commit a778035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/control-service/projects/versions-of-external-dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ project.ext {
4646
'org.apache.tika:tika-core' : 'org.apache.tika:tika-core:2.8.0',
4747
'com.amazonaws:aws-java-sdk-core' : 'com.amazonaws:aws-java-sdk-core:1.12.494',
4848
'com.amazonaws:aws-java-sdk-sts' : 'com.amazonaws:aws-java-sdk-sts:1.12.495',
49-
'com.amazonaws:aws-java-sdk-ecr' : 'com.amazonaws:aws-java-sdk-ecr:1.12.494',
49+
'com.amazonaws:aws-java-sdk-ecr' : 'com.amazonaws:aws-java-sdk-ecr:1.12.495',
5050
'org.springframework.vault:spring-vault-core' : 'org.springframework.vault:spring-vault-core:2.3.3',
5151

5252
// transitive dependencies version force (freeze)

0 commit comments

Comments
 (0)