Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump fasterxml.version from 2.17.1 to 2.17.2 (#…
Browse files Browse the repository at this point in the history
…165)

Bumps `fasterxml.version` from 2.17.1 to 2.17.2.
Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.1 to 2.17.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/a6f49caedcb398efe14c06c4e9abf6e672c412f5"><code>a6f49ca</code></a>
[maven-release-plugin] prepare release jackson-core-2.17.2</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/3d41b1c55a4302d4a905e3b7451e9f869d959493"><code>3d41b1c</code></a>
Prepare for 2.17.2 release</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/55261befb15a3597ec627d56b1959aa9aa9ef77c"><code>55261be</code></a>
Fix <a
href="https://redirect.github.com/FasterXML/jackson-core/issues/1308">#1308</a>:
allow trailing dot for &quot;Stringified numbers&quot; (<a
href="https://redirect.github.com/FasterXML/jackson-core/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/449ed86748bf672b0a65f13e7f8573298b543384"><code>449ed86</code></a>
Update javadoc to clarify buffering of JsonParser.getText(Writer) wrt <a
href="https://redirect.github.com/FasterXML/jackson-core/issues/1288">#1288</a></li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/27edeb7d6c53ec85c3c3ae404abf2e9d7f85f0d0"><code>27edeb7</code></a>
Back to snapshot deps</li>
<li><a
href="https://github.com/FasterXML/jackson-core/commit/948e63d199f1a7982a97f8e6712c23e9c7ab4e04"><code>948e63d</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.1...jackson-core-2.17.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to
2.17.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/FasterXML/jackson/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.1 to
2.17.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/FasterXML/jackson/commits">compare
view</a></li>
</ul>
</details>
<br />


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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 23eab12 commit 03e3e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<java.version>21</java.version>
<kotlin.version>2.0.0</kotlin.version>
<fhir.version>5.4.2</fhir.version>
<fasterxml.version>2.17.1</fasterxml.version>
<fasterxml.version>2.17.2</fasterxml.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 03e3e5d

Please sign in to comment.