Skip to content

Commit fdcb64d

Browse files
Upgrade: [dependabot] - bump fasterxml.version from 2.17.0 to 2.17.1 (#88)
Bumps `fasterxml.version` from 2.17.0 to 2.17.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.0 to 2.17.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/cba40f1c035dd72406d990c014c4b7477c4e621d"><code>cba40f1</code></a> [maven-release-plugin] prepare release jackson-core-2.17.1</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/d33c4b5369f8451796829ec0411d4dcb12d93a08"><code>d33c4b5</code></a> Prepare for 2.17.1 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/2a4a6dc908284d94c55b5b62ba114d0e25434cea"><code>2a4a6dc</code></a> Fix <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1256">#1256</a>: revert <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1117">#1117</a>, default recycler pool again <code>threadLocalPool()</code> (for...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/7e57e5b294899c100c6d220701323577e5601c71"><code>7e57e5b</code></a> Update branch designation for CI</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4b8d3990f1877d5a2468df36b9477614fec43d76"><code>4b8d399</code></a> Part of <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1260">#1260</a>: write a manually run concurrency test to tease out problem wit...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/33c4260af3aadb7bd3c8adfc92f971ae4bc62066"><code>33c4260</code></a> Fixes <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1262">#1262</a>: Add diagnostic method pooledCount() in RecyclerPool (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1263">#1263</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/c73bde244d91b5948401bc083e8a888cc5433d16"><code>c73bde2</code></a> Fix <code>NumberInput.looksLikeValidNumber()</code> implementation (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1241">#1241</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/1c656aecd20d70d04072179dcbbf83ac5525b807"><code>1c656ae</code></a> ...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/11e3bd7c0a47c3ba3332822f799287387166f343"><code>11e3bd7</code></a> update(tests): migrate remaining JUnit 4 code in core to JUnit 5 (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1248">#1248</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/fff79ea51b1ab062721f3aad7e12ccfa354c7130"><code>fff79ea</code></a> update(tests): migrate JUnit 4 code to JUnit 5 in core.base64 to core.sym (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1">#1</a>...</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.0...jackson-core-2.17.1">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1 <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.0 to 2.17.1 <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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4749d35 commit fdcb64d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<fhir.version>7.0.2</fhir.version>
2222
<log4j.version>2.23.1</log4j.version>
23-
<fasterxml.version>2.17.0</fasterxml.version>
23+
<fasterxml.version>2.17.1</fasterxml.version>
2424
<sonar.organization>nhsdigital</sonar.organization>
2525
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2626
<aspectj.version>1.9.22</aspectj.version>

0 commit comments

Comments
 (0)