Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.280 #10462

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2022

Bumps software.amazon.awssdk:bom from 2.17.278 to 2.17.280.

Changelog

Sourced from software.amazon.awssdk:bom's changelog.

2.17.280 2022-09-22

AWS Backup Gateway

  • Features

    • Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.

AWS Device Farm

  • Features

    • This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.

AWS Glue

  • Features

    • Added support for S3 Event Notifications for Catalog Target Crawlers.

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.

AWS SSO Identity Store

  • Features

    • Documentation updates for the Identity Store CLI Reference.

Amazon Elastic Compute Cloud

  • Features

    • Documentation updates for Amazon EC2.

2.17.279 2022-09-21

AWS S3 Control

  • Features

    • S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.
  • Bugfixes

    • Fixed issue where errors were being wrapped by SdkClientException

Amazon Comprehend

  • Features

    • Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.

Amazon SageMaker Service

  • Features

    • SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
Commits
  • ea3d883 Merge pull request #2151 from aws/staging/40fbf60b-c3e9-458a-b106-4c80e497adf1
  • 6972214 Release 2.17.280. Updated CHANGELOG.md, README.md and all pom.xml.
  • 503ce29 Updated endpoints.json.
  • e1850bb AWS Device Farm Update: This release adds the support for VPC-ENI based conne...
  • e6b79ce AWS Backup Gateway Update: Changes include: new GetVirtualMachineApi to fetch...
  • da00d51 AWS SSO Identity Store Update: Documentation updates for the Identity Store C...
  • fe6efc0 AWS Glue Update: Added support for S3 Event Notifications for Catalog Target ...
  • c8dfc89 Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.
  • 98e21b1 Update to next snapshot version: 2.17.280-SNAPSHOT
  • f3e99c6 Merge pull request #2035 from aws/salande/object-versioning
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.280.
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.17.278...2.17.280)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2022
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@github-actions
Copy link
Contributor

Test Results

   878 files     878 suites   2h 14m 53s ⏱️
6 552 tests 6 525 ✔️ 10 💤 17
6 659 runs  6 629 ✔️ 10 💤 20

For more details on these failures, see this check.

Results for commit 90cce04.

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 23, 2022
10431: Add backpressure technical documentation r=saig0 a=remcowesterhoud

## Description

<!-- Please explain the changes you made here. -->
Explains how backpressure is implemented in Zeebe

## Related issues

<!-- Which issues are closed by this PR or are related -->

N/A



10460: deps(maven): bump version.spring-boot from 2.7.3 to 2.7.4 r=github-actions[bot] a=dependabot[bot]

Bumps `version.spring-boot` from 2.7.3 to 2.7.4.
Updates `spring-boot` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot's releases</a>.</em></p>
<blockquote>
<h2>v2.7.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add NINETEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32260">#32260</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32406">#32406</a></li>
<li>Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32247">#32247</a></li>
<li>Detection of PeriodStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32244">#32244</a></li>
<li>Detection of DurationStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32231">#32231</a></li>
<li>YAML timestamps not handled properly with SnakeYaml 1.31 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32229">#32229</a></li>
<li>Hazelcast shutdown logs are not available out-of-the-box <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32184">#32184</a></li>
<li>Netty 'spring.netty leak detection' default property value is always applied to resource leak detector <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32145">#32145</a></li>
<li>Error &quot;/var/run/docker.sock: connect: permission denied&quot; occurs when building an image using podman on Fedora with SELinux enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32000">#32000</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document support for JDK 19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32402">#32402</a></li>
<li>Clarify documentation of config sub-directory from which external application properties are read <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32291">#32291</a></li>
<li>Clarify documentation on disabling web client request metrics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32198">#32198</a></li>
<li>Kotlin sample is missing for constructor binding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32177">#32177</a></li>
<li>Remove out-of-date link from auto-configuration documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32174">#32174</a></li>
<li>Improve <code>`@ConditionalOnClass</code>` javadoc regarding use on <code>`@Bean</code>` methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32167">#32167</a></li>
<li>Document classpath* location for looking up GraphQL schemas across modules <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31772">#31772</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32454">#32454</a></li>
<li>Upgrade to Couchbase Client 3.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32315">#32315</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.14.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32459">#32459</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.12 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32316">#32316</a></li>
<li>Upgrade to Ehcache3 3.10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32317">#32317</a></li>
<li>Upgrade to Elasticsearch 7.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32318">#32318</a></li>
<li>Upgrade to Embedded Mongo 3.4.9 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32319">#32319</a></li>
<li>Upgrade to Groovy 3.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32443">#32443</a></li>
<li>Upgrade to Hibernate 5.6.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32320">#32320</a></li>
<li>Upgrade to Hibernate Validator 6.2.5.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32321">#32321</a></li>
<li>Upgrade to Infinispan 13.0.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32322">#32322</a></li>
<li>Upgrade to Jackson Bom 2.13.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32323">#32323</a></li>
<li>Upgrade to Janino 3.1.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32324">#32324</a></li>
<li>Upgrade to Jetty 9.4.49.v20220914 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32444">#32444</a></li>
<li>Upgrade to Johnzon 1.2.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32325">#32325</a></li>
<li>Upgrade to Kafka 3.1.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32326">#32326</a></li>
<li>Upgrade to MariaDB 3.0.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32445">#32445</a></li>
<li>Upgrade to Micrometer 1.9.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32272">#32272</a></li>
<li>Upgrade to Netty 4.1.82.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32327">#32327</a></li>
<li>Upgrade to Postgresql 42.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32243">#32243</a></li>
<li>Upgrade to R2DBC Bom Borca-SR2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32328">#32328</a></li>
<li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32273">#32273</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-boot/commit/e1a8b1a1015f942b7584c72c74d72b8142b1b521"><code>e1a8b1a</code></a> Release v2.7.4</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/88723b784e71b714daa545cef8fa1e2c3173a16b"><code>88723b7</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/ca830240fa7006d351e31a61fcf6a6644575935a"><code>ca83024</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/82763deb935d368a8d0e2c21ea8a92716e6e0192"><code>82763de</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/8f9323d66c7bccec8c2f579ab535e0b0308b49cc"><code>8f9323d</code></a> Document &quot;classpath:*&quot; location for GraphQL Schemas</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/c5a4b1f71d40aaec736ea822bc3b719e698028f5"><code>c5a4b1f</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/856bd84df91b38da4a1d00a680829638b01add5d"><code>856bd84</code></a> Remove JDK 18 CI</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/756666630464d6d11ff00f9561b4a601904e6fcf"><code>7566666</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/5affcecd24125d412872f20bbe159f5f627d9dc1"><code>5affcec</code></a> Update Java 19 CI to use Bellsoft Liberica</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/3620959dca063038fde786c19cdaa062e2dfef53"><code>3620959</code></a> Upgrade to Dependency Management Plugin 1.0.14.RELEASE</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4">compare view</a></li>
</ul>
</details>
<br />

Updates `spring-boot-actuator` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-actuator's releases</a>.</em></p>
<blockquote>
<h2>v2.7.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add NINETEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32260">#32260</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32406">#32406</a></li>
<li>Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32247">#32247</a></li>
<li>Detection of PeriodStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32244">#32244</a></li>
<li>Detection of DurationStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32231">#32231</a></li>
<li>YAML timestamps not handled properly with SnakeYaml 1.31 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32229">#32229</a></li>
<li>Hazelcast shutdown logs are not available out-of-the-box <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32184">#32184</a></li>
<li>Netty 'spring.netty leak detection' default property value is always applied to resource leak detector <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32145">#32145</a></li>
<li>Error &quot;/var/run/docker.sock: connect: permission denied&quot; occurs when building an image using podman on Fedora with SELinux enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32000">#32000</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document support for JDK 19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32402">#32402</a></li>
<li>Clarify documentation of config sub-directory from which external application properties are read <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32291">#32291</a></li>
<li>Clarify documentation on disabling web client request metrics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32198">#32198</a></li>
<li>Kotlin sample is missing for constructor binding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32177">#32177</a></li>
<li>Remove out-of-date link from auto-configuration documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32174">#32174</a></li>
<li>Improve <code>`@ConditionalOnClass</code>` javadoc regarding use on <code>`@Bean</code>` methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32167">#32167</a></li>
<li>Document classpath* location for looking up GraphQL schemas across modules <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31772">#31772</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32454">#32454</a></li>
<li>Upgrade to Couchbase Client 3.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32315">#32315</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.14.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32459">#32459</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.12 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32316">#32316</a></li>
<li>Upgrade to Ehcache3 3.10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32317">#32317</a></li>
<li>Upgrade to Elasticsearch 7.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32318">#32318</a></li>
<li>Upgrade to Embedded Mongo 3.4.9 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32319">#32319</a></li>
<li>Upgrade to Groovy 3.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32443">#32443</a></li>
<li>Upgrade to Hibernate 5.6.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32320">#32320</a></li>
<li>Upgrade to Hibernate Validator 6.2.5.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32321">#32321</a></li>
<li>Upgrade to Infinispan 13.0.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32322">#32322</a></li>
<li>Upgrade to Jackson Bom 2.13.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32323">#32323</a></li>
<li>Upgrade to Janino 3.1.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32324">#32324</a></li>
<li>Upgrade to Jetty 9.4.49.v20220914 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32444">#32444</a></li>
<li>Upgrade to Johnzon 1.2.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32325">#32325</a></li>
<li>Upgrade to Kafka 3.1.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32326">#32326</a></li>
<li>Upgrade to MariaDB 3.0.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32445">#32445</a></li>
<li>Upgrade to Micrometer 1.9.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32272">#32272</a></li>
<li>Upgrade to Netty 4.1.82.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32327">#32327</a></li>
<li>Upgrade to Postgresql 42.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32243">#32243</a></li>
<li>Upgrade to R2DBC Bom Borca-SR2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32328">#32328</a></li>
<li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32273">#32273</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-boot/commit/e1a8b1a1015f942b7584c72c74d72b8142b1b521"><code>e1a8b1a</code></a> Release v2.7.4</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/88723b784e71b714daa545cef8fa1e2c3173a16b"><code>88723b7</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/ca830240fa7006d351e31a61fcf6a6644575935a"><code>ca83024</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/82763deb935d368a8d0e2c21ea8a92716e6e0192"><code>82763de</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/8f9323d66c7bccec8c2f579ab535e0b0308b49cc"><code>8f9323d</code></a> Document &quot;classpath:*&quot; location for GraphQL Schemas</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/c5a4b1f71d40aaec736ea822bc3b719e698028f5"><code>c5a4b1f</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/856bd84df91b38da4a1d00a680829638b01add5d"><code>856bd84</code></a> Remove JDK 18 CI</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/756666630464d6d11ff00f9561b4a601904e6fcf"><code>7566666</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/5affcecd24125d412872f20bbe159f5f627d9dc1"><code>5affcec</code></a> Update Java 19 CI to use Bellsoft Liberica</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/3620959dca063038fde786c19cdaa062e2dfef53"><code>3620959</code></a> Upgrade to Dependency Management Plugin 1.0.14.RELEASE</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4">compare view</a></li>
</ul>
</details>
<br />

Updates `spring-boot-autoconfigure` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-autoconfigure's releases</a>.</em></p>
<blockquote>
<h2>v2.7.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add NINETEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32260">#32260</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32406">#32406</a></li>
<li>Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32247">#32247</a></li>
<li>Detection of PeriodStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32244">#32244</a></li>
<li>Detection of DurationStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32231">#32231</a></li>
<li>YAML timestamps not handled properly with SnakeYaml 1.31 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32229">#32229</a></li>
<li>Hazelcast shutdown logs are not available out-of-the-box <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32184">#32184</a></li>
<li>Netty 'spring.netty leak detection' default property value is always applied to resource leak detector <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32145">#32145</a></li>
<li>Error &quot;/var/run/docker.sock: connect: permission denied&quot; occurs when building an image using podman on Fedora with SELinux enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32000">#32000</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document support for JDK 19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32402">#32402</a></li>
<li>Clarify documentation of config sub-directory from which external application properties are read <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32291">#32291</a></li>
<li>Clarify documentation on disabling web client request metrics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32198">#32198</a></li>
<li>Kotlin sample is missing for constructor binding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32177">#32177</a></li>
<li>Remove out-of-date link from auto-configuration documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32174">#32174</a></li>
<li>Improve <code>`@ConditionalOnClass</code>` javadoc regarding use on <code>`@Bean</code>` methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32167">#32167</a></li>
<li>Document classpath* location for looking up GraphQL schemas across modules <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31772">#31772</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32454">#32454</a></li>
<li>Upgrade to Couchbase Client 3.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32315">#32315</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.14.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32459">#32459</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.12 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32316">#32316</a></li>
<li>Upgrade to Ehcache3 3.10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32317">#32317</a></li>
<li>Upgrade to Elasticsearch 7.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32318">#32318</a></li>
<li>Upgrade to Embedded Mongo 3.4.9 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32319">#32319</a></li>
<li>Upgrade to Groovy 3.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32443">#32443</a></li>
<li>Upgrade to Hibernate 5.6.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32320">#32320</a></li>
<li>Upgrade to Hibernate Validator 6.2.5.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32321">#32321</a></li>
<li>Upgrade to Infinispan 13.0.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32322">#32322</a></li>
<li>Upgrade to Jackson Bom 2.13.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32323">#32323</a></li>
<li>Upgrade to Janino 3.1.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32324">#32324</a></li>
<li>Upgrade to Jetty 9.4.49.v20220914 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32444">#32444</a></li>
<li>Upgrade to Johnzon 1.2.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32325">#32325</a></li>
<li>Upgrade to Kafka 3.1.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32326">#32326</a></li>
<li>Upgrade to MariaDB 3.0.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32445">#32445</a></li>
<li>Upgrade to Micrometer 1.9.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32272">#32272</a></li>
<li>Upgrade to Netty 4.1.82.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32327">#32327</a></li>
<li>Upgrade to Postgresql 42.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32243">#32243</a></li>
<li>Upgrade to R2DBC Bom Borca-SR2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32328">#32328</a></li>
<li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32273">#32273</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-boot/commit/e1a8b1a1015f942b7584c72c74d72b8142b1b521"><code>e1a8b1a</code></a> Release v2.7.4</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/88723b784e71b714daa545cef8fa1e2c3173a16b"><code>88723b7</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/ca830240fa7006d351e31a61fcf6a6644575935a"><code>ca83024</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/82763deb935d368a8d0e2c21ea8a92716e6e0192"><code>82763de</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/8f9323d66c7bccec8c2f579ab535e0b0308b49cc"><code>8f9323d</code></a> Document &quot;classpath:*&quot; location for GraphQL Schemas</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/c5a4b1f71d40aaec736ea822bc3b719e698028f5"><code>c5a4b1f</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/856bd84df91b38da4a1d00a680829638b01add5d"><code>856bd84</code></a> Remove JDK 18 CI</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/756666630464d6d11ff00f9561b4a601904e6fcf"><code>7566666</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/5affcecd24125d412872f20bbe159f5f627d9dc1"><code>5affcec</code></a> Update Java 19 CI to use Bellsoft Liberica</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/3620959dca063038fde786c19cdaa062e2dfef53"><code>3620959</code></a> Upgrade to Dependency Management Plugin 1.0.14.RELEASE</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4">compare view</a></li>
</ul>
</details>
<br />

Updates `spring-boot-actuator-autoconfigure` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-actuator-autoconfigure's releases</a>.</em></p>
<blockquote>
<h2>v2.7.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add NINETEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32260">#32260</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32406">#32406</a></li>
<li>Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32247">#32247</a></li>
<li>Detection of PeriodStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32244">#32244</a></li>
<li>Detection of DurationStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32231">#32231</a></li>
<li>YAML timestamps not handled properly with SnakeYaml 1.31 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32229">#32229</a></li>
<li>Hazelcast shutdown logs are not available out-of-the-box <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32184">#32184</a></li>
<li>Netty 'spring.netty leak detection' default property value is always applied to resource leak detector <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32145">#32145</a></li>
<li>Error &quot;/var/run/docker.sock: connect: permission denied&quot; occurs when building an image using podman on Fedora with SELinux enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32000">#32000</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document support for JDK 19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32402">#32402</a></li>
<li>Clarify documentation of config sub-directory from which external application properties are read <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32291">#32291</a></li>
<li>Clarify documentation on disabling web client request metrics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32198">#32198</a></li>
<li>Kotlin sample is missing for constructor binding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32177">#32177</a></li>
<li>Remove out-of-date link from auto-configuration documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32174">#32174</a></li>
<li>Improve <code>`@ConditionalOnClass</code>` javadoc regarding use on <code>`@Bean</code>` methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32167">#32167</a></li>
<li>Document classpath* location for looking up GraphQL schemas across modules <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31772">#31772</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32454">#32454</a></li>
<li>Upgrade to Couchbase Client 3.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32315">#32315</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.14.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32459">#32459</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.12 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32316">#32316</a></li>
<li>Upgrade to Ehcache3 3.10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32317">#32317</a></li>
<li>Upgrade to Elasticsearch 7.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32318">#32318</a></li>
<li>Upgrade to Embedded Mongo 3.4.9 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32319">#32319</a></li>
<li>Upgrade to Groovy 3.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32443">#32443</a></li>
<li>Upgrade to Hibernate 5.6.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32320">#32320</a></li>
<li>Upgrade to Hibernate Validator 6.2.5.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32321">#32321</a></li>
<li>Upgrade to Infinispan 13.0.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32322">#32322</a></li>
<li>Upgrade to Jackson Bom 2.13.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32323">#32323</a></li>
<li>Upgrade to Janino 3.1.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32324">#32324</a></li>
<li>Upgrade to Jetty 9.4.49.v20220914 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32444">#32444</a></li>
<li>Upgrade to Johnzon 1.2.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32325">#32325</a></li>
<li>Upgrade to Kafka 3.1.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32326">#32326</a></li>
<li>Upgrade to MariaDB 3.0.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32445">#32445</a></li>
<li>Upgrade to Micrometer 1.9.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32272">#32272</a></li>
<li>Upgrade to Netty 4.1.82.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32327">#32327</a></li>
<li>Upgrade to Postgresql 42.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32243">#32243</a></li>
<li>Upgrade to R2DBC Bom Borca-SR2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32328">#32328</a></li>
<li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32273">#32273</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-boot/commit/e1a8b1a1015f942b7584c72c74d72b8142b1b521"><code>e1a8b1a</code></a> Release v2.7.4</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/88723b784e71b714daa545cef8fa1e2c3173a16b"><code>88723b7</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/ca830240fa7006d351e31a61fcf6a6644575935a"><code>ca83024</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/82763deb935d368a8d0e2c21ea8a92716e6e0192"><code>82763de</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/8f9323d66c7bccec8c2f579ab535e0b0308b49cc"><code>8f9323d</code></a> Document &quot;classpath:*&quot; location for GraphQL Schemas</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/c5a4b1f71d40aaec736ea822bc3b719e698028f5"><code>c5a4b1f</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/856bd84df91b38da4a1d00a680829638b01add5d"><code>856bd84</code></a> Remove JDK 18 CI</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/756666630464d6d11ff00f9561b4a601904e6fcf"><code>7566666</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/5affcecd24125d412872f20bbe159f5f627d9dc1"><code>5affcec</code></a> Update Java 19 CI to use Bellsoft Liberica</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/3620959dca063038fde786c19cdaa062e2dfef53"><code>3620959</code></a> Upgrade to Dependency Management Plugin 1.0.14.RELEASE</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4">compare view</a></li>
</ul>
</details>
<br />

Updates `spring-boot-test` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-test's releases</a>.</em></p>
<blockquote>
<h2>v2.7.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add NINETEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32260">#32260</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32406">#32406</a></li>
<li>Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32247">#32247</a></li>
<li>Detection of PeriodStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32244">#32244</a></li>
<li>Detection of DurationStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32231">#32231</a></li>
<li>YAML timestamps not handled properly with SnakeYaml 1.31 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32229">#32229</a></li>
<li>Hazelcast shutdown logs are not available out-of-the-box <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32184">#32184</a></li>
<li>Netty 'spring.netty leak detection' default property value is always applied to resource leak detector <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32145">#32145</a></li>
<li>Error &quot;/var/run/docker.sock: connect: permission denied&quot; occurs when building an image using podman on Fedora with SELinux enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32000">#32000</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document support for JDK 19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32402">#32402</a></li>
<li>Clarify documentation of config sub-directory from which external application properties are read <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32291">#32291</a></li>
<li>Clarify documentation on disabling web client request metrics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32198">#32198</a></li>
<li>Kotlin sample is missing for constructor binding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32177">#32177</a></li>
<li>Remove out-of-date link from auto-configuration documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32174">#32174</a></li>
<li>Improve <code>`@ConditionalOnClass</code>` javadoc regarding use on <code>`@Bean</code>` methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32167">#32167</a></li>
<li>Document classpath* location for looking up GraphQL schemas across modules <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31772">#31772</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32454">#32454</a></li>
<li>Upgrade to Couchbase Client 3.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32315">#32315</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.14.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32459">#32459</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.12 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32316">#32316</a></li>
<li>Upgrade to Ehcache3 3.10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32317">#32317</a></li>
<li>Upgrade to Elasticsearch 7.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32318">#32318</a></li>
<li>Upgrade to Embedded Mongo 3.4.9 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32319">#32319</a></li>
<li>Upgrade to Groovy 3.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32443">#32443</a></li>
<li>Upgrade to Hibernate 5.6.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32320">#32320</a></li>
<li>Upgrade to Hibernate Validator 6.2.5.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32321">#32321</a></li>
<li>Upgrade to Infinispan 13.0.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32322">#32322</a></li>
<li>Upgrade to Jackson Bom 2.13.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32323">#32323</a></li>
<li>Upgrade to Janino 3.1.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32324">#32324</a></li>
<li>Upgrade to Jetty 9.4.49.v20220914 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32444">#32444</a></li>
<li>Upgrade to Johnzon 1.2.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32325">#32325</a></li>
<li>Upgrade to Kafka 3.1.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32326">#32326</a></li>
<li>Upgrade to MariaDB 3.0.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32445">#32445</a></li>
<li>Upgrade to Micrometer 1.9.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32272">#32272</a></li>
<li>Upgrade to Netty 4.1.82.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32327">#32327</a></li>
<li>Upgrade to Postgresql 42.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32243">#32243</a></li>
<li>Upgrade to R2DBC Bom Borca-SR2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32328">#32328</a></li>
<li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32273">#32273</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-boot/commit/e1a8b1a1015f942b7584c72c74d72b8142b1b521"><code>e1a8b1a</code></a> Release v2.7.4</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/88723b784e71b714daa545cef8fa1e2c3173a16b"><code>88723b7</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/ca830240fa7006d351e31a61fcf6a6644575935a"><code>ca83024</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/82763deb935d368a8d0e2c21ea8a92716e6e0192"><code>82763de</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/8f9323d66c7bccec8c2f579ab535e0b0308b49cc"><code>8f9323d</code></a> Document &quot;classpath:*&quot; location for GraphQL Schemas</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/c5a4b1f71d40aaec736ea822bc3b719e698028f5"><code>c5a4b1f</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/856bd84df91b38da4a1d00a680829638b01add5d"><code>856bd84</code></a> Remove JDK 18 CI</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/756666630464d6d11ff00f9561b4a601904e6fcf"><code>7566666</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/5affcecd24125d412872f20bbe159f5f627d9dc1"><code>5affcec</code></a> Update Java 19 CI to use Bellsoft Liberica</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/3620959dca063038fde786c19cdaa062e2dfef53"><code>3620959</code></a> Upgrade to Dependency Management Plugin 1.0.14.RELEASE</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4">compare view</a></li>
</ul>
</details>
<br />

Updates `spring-boot-starter-web` from 2.7.3 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-web's releases</a>.</em></p>
<blockquote>
<h2>v2.7.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add NINETEEN to JavaVersion enum <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32260">#32260</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32406">#32406</a></li>
<li>Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32247">#32247</a></li>
<li>Detection of PeriodStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32244">#32244</a></li>
<li>Detection of DurationStyle.ISO8601 does not support lower-case input <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32231">#32231</a></li>
<li>YAML timestamps not handled properly with SnakeYaml 1.31 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32229">#32229</a></li>
<li>Hazelcast shutdown logs are not available out-of-the-box <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32184">#32184</a></li>
<li>Netty 'spring.netty leak detection' default property value is always applied to resource leak detector <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32145">#32145</a></li>
<li>Error &quot;/var/run/docker.sock: connect: permission denied&quot; occurs when building an image using podman on Fedora with SELinux enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32000">#32000</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document support for JDK 19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32402">#32402</a></li>
<li>Clarify documentation of config sub-directory from which external application properties are read <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32291">#32291</a></li>
<li>Clarify documentation on disabling web client request metrics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32198">#32198</a></li>
<li>Kotlin sample is missing for constructor binding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32177">#32177</a></li>
<li>Remove out-of-date link from auto-configuration documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32174">#32174</a></li>
<li>Improve <code>`@ConditionalOnClass</code>` javadoc regarding use on <code>`@Bean</code>` methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32167">#32167</a></li>
<li>Document classpath* location for looking up GraphQL schemas across modules <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/31772">#31772</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Byte Buddy 1.12.17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32454">#32454</a></li>
<li>Upgrade to Couchbase Client 3.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32315">#32315</a></li>
<li>Upgrade to Dependency Management Plugin 1.0.14.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32459">#32459</a></li>
<li>Upgrade to Dropwizard Metrics 4.2.12 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32316">#32316</a></li>
<li>Upgrade to Ehcache3 3.10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32317">#32317</a></li>
<li>Upgrade to Elasticsearch 7.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32318">#32318</a></li>
<li>Upgrade to Embedded Mongo 3.4.9 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32319">#32319</a></li>
<li>Upgrade to Groovy 3.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32443">#32443</a></li>
<li>Upgrade to Hibernate 5.6.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32320">#32320</a></li>
<li>Upgrade to Hibernate Validator 6.2.5.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32321">#32321</a></li>
<li>Upgrade to Infinispan 13.0.11.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32322">#32322</a></li>
<li>Upgrade to Jackson Bom 2.13.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32323">#32323</a></li>
<li>Upgrade to Janino 3.1.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32324">#32324</a></li>
<li>Upgrade to Jetty 9.4.49.v20220914 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32444">#32444</a></li>
<li>Upgrade to Johnzon 1.2.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32325">#32325</a></li>
<li>Upgrade to Kafka 3.1.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32326">#32326</a></li>
<li>Upgrade to MariaDB 3.0.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32445">#32445</a></li>
<li>Upgrade to Micrometer 1.9.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32272">#32272</a></li>
<li>Upgrade to Netty 4.1.82.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32327">#32327</a></li>
<li>Upgrade to Postgresql 42.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32243">#32243</a></li>
<li>Upgrade to R2DBC Bom Borca-SR2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32328">#32328</a></li>
<li>Upgrade to Reactor 2020.0.23 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32273">#32273</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-boot/commit/e1a8b1a1015f942b7584c72c74d72b8142b1b521"><code>e1a8b1a</code></a> Release v2.7.4</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/88723b784e71b714daa545cef8fa1e2c3173a16b"><code>88723b7</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/ca830240fa7006d351e31a61fcf6a6644575935a"><code>ca83024</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/82763deb935d368a8d0e2c21ea8a92716e6e0192"><code>82763de</code></a> Upgrade to Spring Batch 4.3.7</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/8f9323d66c7bccec8c2f579ab535e0b0308b49cc"><code>8f9323d</code></a> Document &quot;classpath:*&quot; location for GraphQL Schemas</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/c5a4b1f71d40aaec736ea822bc3b719e698028f5"><code>c5a4b1f</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/856bd84df91b38da4a1d00a680829638b01add5d"><code>856bd84</code></a> Remove JDK 18 CI</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/756666630464d6d11ff00f9561b4a601904e6fcf"><code>7566666</code></a> Merge branch '2.6.x' into 2.7.x</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/5affcecd24125d412872f20bbe159f5f627d9dc1"><code>5affcec</code></a> Update Java 19 CI to use Bellsoft Liberica</li>
<li><a href="https://github.com/spring-projects/spring-boot/commit/3620959dca063038fde786c19cdaa062e2dfef53"><code>3620959</code></a> Upgrade to Dependency Management Plugin 1.0.14.RELEASE</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4">compare view</a></li>
</ul>
</details>
<br />


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>

10461: deps(maven): bump aws-java-sdk-core from 1.12.308 to 1.12.309 r=github-actions[bot] a=dependabot[bot]

Bumps [aws-java-sdk-core](https://github.com/aws/aws-sdk-java) from 1.12.308 to 1.12.309.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md">aws-java-sdk-core's changelog</a>.</em></p>
<blockquote>
<h1><strong>1.12.309</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java/commit/dab3ce334bba719453a4587cea633a6462c4121f"><code>dab3ce3</code></a> AWS SDK for Java 1.12.309</li>
<li><a href="https://github.com/aws/aws-sdk-java/commit/765446355993783014b67b1d1f4456ec6c4f5215"><code>7654463</code></a> Update GitHub version number to 1.12.309-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-java/compare/1.12.308...1.12.309">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=maven&previous-version=1.12.308&new-version=1.12.309)](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>

10462: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.280 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.280.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.280</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ea3d8838bd54c96b559f25c4d3238b63dfd92c84"><code>ea3d883</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2151">#2151</a> from aws/staging/40fbf60b-c3e9-458a-b106-4c80e497adf1</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/697221433153dbf228deeed020e2ecf0fbc3163a"><code>6972214</code></a> Release 2.17.280. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/503ce29845146fbe71254fc273d22f8d1149a30c"><code>503ce29</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e1850bb772b5109fb188f97815fc34b7c2badf84"><code>e1850bb</code></a> AWS Device Farm Update: This release adds the support for VPC-ENI based conne...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e6b79ce62d7ba9ada2f29c0d85de7a587d4c1e67"><code>e6b79ce</code></a> AWS Backup Gateway Update: Changes include: new GetVirtualMachineApi to fetch...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/da00d51297e437aa509b7d3a73b74e4e0f5c1f81"><code>da00d51</code></a> AWS SSO Identity Store Update: Documentation updates for the Identity Store C...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/fe6efc050628fe91e0ec7a2bfcc34fb206fa714d"><code>fe6efc0</code></a> AWS Glue Update: Added support for S3 Event Notifications for Catalog Target ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/c8dfc89b8bb345bfa513834b182fb55659a37da3"><code>c8dfc89</code></a> Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/98e21b1d8a8a6cde598c8202979b3ba6c08775d1"><code>98e21b1</code></a> Update to next snapshot version: 2.17.280-SNAPSHOT</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.280">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.280)](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>

Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed (retrying...):

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 23, 2022
10412: Add a standalone app that can be used to restore a broker from a backup r=deepthidevaki a=deepthidevaki

## Description

* Added a new module for restore. 
* Adds a RestoreManager that coordinates restoring of all partitions. It first determines which partitions to restore from based on the given `BrokerCfg`. This configuration must be the same one used by the Broker when it is started after the restore. Because of this, restore module depens on broker module. But since it needs access to the configuration and `RaftPartitionGroupFactory`, there is no other way. There is scope of splitting broker to take these shared configs out of it.
* Added a `RestoreApp` in dist. My plan was to add it in restore module. But it needs access to BrokerConfig, which is built in dist. So the app is added to dist module. Alternative is to copy components `BrokerConfiguration` and `WorkerDirectory` to restore module. 
* The backup id to restore from is passed as a command line argument `--backupId=x`. This is parsed by spring boot. I decided to keep it simple for now, since we are planning to release it as experimental feature anyway. If we decide to support this app long term, then I suggest to switch to something like picocli that we use in zdb.

A basic test to verify a broker can be restored is added. More scenarios should be added later.

PS:- App is not added to the distribution yet.

## Related issues

related #10263 



10461: deps(maven): bump aws-java-sdk-core from 1.12.308 to 1.12.309 r=github-actions[bot] a=dependabot[bot]

Bumps [aws-java-sdk-core](https://github.com/aws/aws-sdk-java) from 1.12.308 to 1.12.309.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md">aws-java-sdk-core's changelog</a>.</em></p>
<blockquote>
<h1><strong>1.12.309</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java/commit/dab3ce334bba719453a4587cea633a6462c4121f"><code>dab3ce3</code></a> AWS SDK for Java 1.12.309</li>
<li><a href="https://github.com/aws/aws-sdk-java/commit/765446355993783014b67b1d1f4456ec6c4f5215"><code>7654463</code></a> Update GitHub version number to 1.12.309-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-java/compare/1.12.308...1.12.309">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=maven&previous-version=1.12.308&new-version=1.12.309)](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>

10462: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.280 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.280.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.280</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ea3d8838bd54c96b559f25c4d3238b63dfd92c84"><code>ea3d883</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2151">#2151</a> from aws/staging/40fbf60b-c3e9-458a-b106-4c80e497adf1</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/697221433153dbf228deeed020e2ecf0fbc3163a"><code>6972214</code></a> Release 2.17.280. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/503ce29845146fbe71254fc273d22f8d1149a30c"><code>503ce29</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e1850bb772b5109fb188f97815fc34b7c2badf84"><code>e1850bb</code></a> AWS Device Farm Update: This release adds the support for VPC-ENI based conne...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e6b79ce62d7ba9ada2f29c0d85de7a587d4c1e67"><code>e6b79ce</code></a> AWS Backup Gateway Update: Changes include: new GetVirtualMachineApi to fetch...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/da00d51297e437aa509b7d3a73b74e4e0f5c1f81"><code>da00d51</code></a> AWS SSO Identity Store Update: Documentation updates for the Identity Store C...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/fe6efc050628fe91e0ec7a2bfcc34fb206fa714d"><code>fe6efc0</code></a> AWS Glue Update: Added support for S3 Event Notifications for Catalog Target ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/c8dfc89b8bb345bfa513834b182fb55659a37da3"><code>c8dfc89</code></a> Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/98e21b1d8a8a6cde598c8202979b3ba6c08775d1"><code>98e21b1</code></a> Update to next snapshot version: 2.17.280-SNAPSHOT</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.280">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.280)](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>

Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed (retrying...):

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 23, 2022
10448: Specify the unit of retryBackOff r=saig0 a=remcowesterhoud

## Description

<!-- Please explain the changes you made here. -->
Specify that the job `retryBackOff` should be in milliseconds.

## Related issues

<!-- Which issues are closed by this PR or are related -->

N/A



10461: deps(maven): bump aws-java-sdk-core from 1.12.308 to 1.12.309 r=github-actions[bot] a=dependabot[bot]

Bumps [aws-java-sdk-core](https://github.com/aws/aws-sdk-java) from 1.12.308 to 1.12.309.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md">aws-java-sdk-core's changelog</a>.</em></p>
<blockquote>
<h1><strong>1.12.309</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java/commit/dab3ce334bba719453a4587cea633a6462c4121f"><code>dab3ce3</code></a> AWS SDK for Java 1.12.309</li>
<li><a href="https://github.com/aws/aws-sdk-java/commit/765446355993783014b67b1d1f4456ec6c4f5215"><code>7654463</code></a> Update GitHub version number to 1.12.309-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-java/compare/1.12.308...1.12.309">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=maven&previous-version=1.12.308&new-version=1.12.309)](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>

10462: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.280 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.280.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.280</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ea3d8838bd54c96b559f25c4d3238b63dfd92c84"><code>ea3d883</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2151">#2151</a> from aws/staging/40fbf60b-c3e9-458a-b106-4c80e497adf1</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/697221433153dbf228deeed020e2ecf0fbc3163a"><code>6972214</code></a> Release 2.17.280. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/503ce29845146fbe71254fc273d22f8d1149a30c"><code>503ce29</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e1850bb772b5109fb188f97815fc34b7c2badf84"><code>e1850bb</code></a> AWS Device Farm Update: This release adds the support for VPC-ENI based conne...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e6b79ce62d7ba9ada2f29c0d85de7a587d4c1e67"><code>e6b79ce</code></a> AWS Backup Gateway Update: Changes include: new GetVirtualMachineApi to fetch...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/da00d51297e437aa509b7d3a73b74e4e0f5c1f81"><code>da00d51</code></a> AWS SSO Identity Store Update: Documentation updates for the Identity Store C...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/fe6efc050628fe91e0ec7a2bfcc34fb206fa714d"><code>fe6efc0</code></a> AWS Glue Update: Added support for S3 Event Notifications for Catalog Target ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/c8dfc89b8bb345bfa513834b182fb55659a37da3"><code>c8dfc89</code></a> Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/98e21b1d8a8a6cde598c8202979b3ba6c08775d1"><code>98e21b1</code></a> Update to next snapshot version: 2.17.280-SNAPSHOT</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.280">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.280)](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>

Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed (retrying...):

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 23, 2022
10461: deps(maven): bump aws-java-sdk-core from 1.12.308 to 1.12.309 r=github-actions[bot] a=dependabot[bot]

Bumps [aws-java-sdk-core](https://github.com/aws/aws-sdk-java) from 1.12.308 to 1.12.309.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md">aws-java-sdk-core's changelog</a>.</em></p>
<blockquote>
<h1><strong>1.12.309</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java/commit/dab3ce334bba719453a4587cea633a6462c4121f"><code>dab3ce3</code></a> AWS SDK for Java 1.12.309</li>
<li><a href="https://github.com/aws/aws-sdk-java/commit/765446355993783014b67b1d1f4456ec6c4f5215"><code>7654463</code></a> Update GitHub version number to 1.12.309-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-java/compare/1.12.308...1.12.309">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=maven&previous-version=1.12.308&new-version=1.12.309)](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>

10462: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.280 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.280.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.280</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ea3d8838bd54c96b559f25c4d3238b63dfd92c84"><code>ea3d883</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2151">#2151</a> from aws/staging/40fbf60b-c3e9-458a-b106-4c80e497adf1</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/697221433153dbf228deeed020e2ecf0fbc3163a"><code>6972214</code></a> Release 2.17.280. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/503ce29845146fbe71254fc273d22f8d1149a30c"><code>503ce29</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e1850bb772b5109fb188f97815fc34b7c2badf84"><code>e1850bb</code></a> AWS Device Farm Update: This release adds the support for VPC-ENI based conne...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e6b79ce62d7ba9ada2f29c0d85de7a587d4c1e67"><code>e6b79ce</code></a> AWS Backup Gateway Update: Changes include: new GetVirtualMachineApi to fetch...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/da00d51297e437aa509b7d3a73b74e4e0f5c1f81"><code>da00d51</code></a> AWS SSO Identity Store Update: Documentation updates for the Identity Store C...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/fe6efc050628fe91e0ec7a2bfcc34fb206fa714d"><code>fe6efc0</code></a> AWS Glue Update: Added support for S3 Event Notifications for Catalog Target ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/c8dfc89b8bb345bfa513834b182fb55659a37da3"><code>c8dfc89</code></a> Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/98e21b1d8a8a6cde598c8202979b3ba6c08775d1"><code>98e21b1</code></a> Update to next snapshot version: 2.17.280-SNAPSHOT</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.280">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.280)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed (retrying...):

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 23, 2022
10462: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.280 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.280.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.280</strong> <strong>2022-09-22</strong></h1>
<h2><strong>AWS Backup Gateway</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Device Farm</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.</li>
</ul>
</li>
</ul>
<h2><strong>AWS Glue</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Added support for S3 Event Notifications for Catalog Target Crawlers.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SSO Identity Store</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for the Identity Store CLI Reference.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Elastic Compute Cloud</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Documentation updates for Amazon EC2.</li>
</ul>
</li>
</ul>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ea3d8838bd54c96b559f25c4d3238b63dfd92c84"><code>ea3d883</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2151">#2151</a> from aws/staging/40fbf60b-c3e9-458a-b106-4c80e497adf1</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/697221433153dbf228deeed020e2ecf0fbc3163a"><code>6972214</code></a> Release 2.17.280. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/503ce29845146fbe71254fc273d22f8d1149a30c"><code>503ce29</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e1850bb772b5109fb188f97815fc34b7c2badf84"><code>e1850bb</code></a> AWS Device Farm Update: This release adds the support for VPC-ENI based conne...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/e6b79ce62d7ba9ada2f29c0d85de7a587d4c1e67"><code>e6b79ce</code></a> AWS Backup Gateway Update: Changes include: new GetVirtualMachineApi to fetch...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/da00d51297e437aa509b7d3a73b74e4e0f5c1f81"><code>da00d51</code></a> AWS SSO Identity Store Update: Documentation updates for the Identity Store C...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/fe6efc050628fe91e0ec7a2bfcc34fb206fa714d"><code>fe6efc0</code></a> AWS Glue Update: Added support for S3 Event Notifications for Catalog Target ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/c8dfc89b8bb345bfa513834b182fb55659a37da3"><code>c8dfc89</code></a> Amazon Elastic Compute Cloud Update: Documentation updates for Amazon EC2.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/98e21b1d8a8a6cde598c8202979b3ba6c08775d1"><code>98e21b1</code></a> Update to next snapshot version: 2.17.280-SNAPSHOT</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.280">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.280)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed:

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #10473.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/software.amazon.awssdk-bom-2.17.280 branch September 26, 2022 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants