Commit c80c3e7
authored
Upgrade: [dependabot] - bump software.amazon.lambda:powertools-logging from 1.20.1 to 1.20.2 (#286)
Bumps
[software.amazon.lambda:powertools-logging](https://github.com/aws-powertools/powertools-lambda-java)
from 1.20.1 to 1.20.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws-powertools/powertools-lambda-java/blob/main/CHANGELOG.md">software.amazon.lambda:powertools-logging's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>This project follows <a
href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a> format
for changes and adheres to <a
href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>[Unreleased]</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/07db0ec65a6ee056517d53075a8d54f500cc2661"><code>07db0ec</code></a>
chore(ci): bump version to 1.20.2</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/70b818337120a96a136161ca99dcf1bf35d22e3c"><code>70b8183</code></a>
fix(ci): update release workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1854">#1854</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/c2e5b92fe2fd2eb4d29e278369e7b7569460971e"><code>c2e5b92</code></a>
fix(ci): minor fixes for workflows (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1829">#1829</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/4a17172a24614474d46410d5bfb631fe575b4a34"><code>4a17172</code></a>
chore(automation): Update automation workflows (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1779">#1779</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/0e157a439dcb76fc44b695f0f664fbc3b10d3108"><code>0e157a4</code></a>
build(deps): bump org.apache.maven.plugins:maven-shade-plugin (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1675">#1675</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/17190219673ea65c0ab7f70cf086b2f36a9c4703"><code>1719021</code></a>
build(deps-dev): bump com.amazonaws:amazon-sqs-java-extended-client-lib
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1676">#1676</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/ff84c67478502c06bc8795a7a4ad9f75e6122339"><code>ff84c67</code></a>
build(deps): bump org.assertj:assertj-core from 3.26.0 to 3.27.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1757">#1757</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/8cbcc54e9c4c21c1069aefad70f996a1b5490258"><code>8cbcc54</code></a>
build(deps): bump org.apache.maven.plugins:maven-compiler-plugin (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1778">#1778</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/d7fad19e3be87f282d3427cb9bf8934973bf011b"><code>d7fad19</code></a>
build(deps): bump aws.sdk.version from 2.30.19 to 2.30.36 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-java/issues/1797">#1797</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-java/commit/0bd22046236250707b04b7d80d65bc4d6699617b"><code>0bd2204</code></a>
docs: Add version policy page and llms.txt, enable privacy plugin, fix
format...</li>
<li>See full diff in <a
href="https://github.com/aws-powertools/powertools-lambda-java/compare/v1.20.1...v1.20.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2b6c1f4 commit c80c3e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments