Skip to content

Commit a04b66f

Browse files
Bump fasterxml.version from 2.16.1 to 2.16.2 (#42)
Bumps `fasterxml.version` from 2.16.1 to 2.16.2. Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.1 to 2.16.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/4162dfc503bd97e6824b1d5baa6de7895d3b3367"><code>4162dfc</code></a> [maven-release-plugin] prepare release jackson-core-2.16.2</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/37ef9b33cae12b301e6928e8a8bdd858cb36e867"><code>37ef9b3</code></a> Prepare for 2.16.2 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/cf18567531348a9b29157a43efa361731841297d"><code>cf18567</code></a> Merge branch '2.15' into 2.16</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/fc51d1e13f4ba62a25a739f26be9e05aaad88c3e"><code>fc51d1e</code></a> Back to snapshot dep</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/bd74d4243351f89b69c6593fda0cc657c7f1641b"><code>bd74d42</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/c8e843bb78a5ec535b094b87afaa4843adcde124"><code>c8e843b</code></a> [maven-release-plugin] prepare release jackson-core-2.15.4</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/2f0151d08e26bbc4aa2e7b865c0249d2bcde4416"><code>2f0151d</code></a> Preparing for 2.15.4 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4f94ac6196e5c1a31f23760e9e18a9d1bb19c649"><code>4f94ac6</code></a> Add test against regression wrt <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1173">#1173</a> changes</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/5c9909015023ca048888463fec29612dda7a4003"><code>5c99090</code></a> Revert &quot;Fixes <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1173">#1173</a>: column/offset locations wrong for many error conditions&quot;...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/e4da442d48c9d584ceef0cd1e2d56393646a6bd0"><code>e4da442</code></a> Add test showing regression wrt <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1173">#1173</a> fix (inability to recover from certain ...</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.16.1...jackson-core-2.16.2">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.16.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.16.1 to 2.16.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6399be commit a04b66f

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
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<fhir.version>7.0.2</fhir.version>
1616
<log4j.version>2.23.1</log4j.version>
17-
<fasterxml.version>2.16.1</fasterxml.version>
17+
<fasterxml.version>2.16.2</fasterxml.version>
1818
<sonar.organization>nhsdigital</sonar.organization>
1919
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2020
</properties>

0 commit comments

Comments
 (0)