Skip to content

Commit 0e9ec2e

Browse files
Upgrade: [dependabot] - bump fasterxml.version from 2.18.3 to 2.19.0 (#282)
Bumps `fasterxml.version` from 2.18.3 to 2.19.0. Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.19.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/9c99b459a228d0e706c09be71a0f9a4e2e8369d1"><code>9c99b45</code></a> [maven-release-plugin] prepare release jackson-core-2.19.0</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/1ac378d3829078dbd96b991a67da1fa21b5902bd"><code>1ac378d</code></a> Prep for 2.19.0</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/104f6b156919393249bbc25a64fc0b96f1e133a0"><code>104f6b1</code></a> Fixes <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1421">#1421</a>: make <code>JsonReadContext</code> non-final (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1423">#1423</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/453696a68d2ddd9f07d4a8cce9f361abe0b7a57f"><code>453696a</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/ed885e1a10855203e81b460f3ff4fd41cf983fb1"><code>ed885e1</code></a> CI to latest ubuntu</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0617b404d5f94a0f22a35d6a67e8bf040e5efb32"><code>0617b40</code></a> ...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/29a731c2c5aa90e8732fb335e931b72569f3299d"><code>29a731c</code></a> Start &quot;master&quot;-&gt;&quot;3.x&quot; renaming (JSTEP-12)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/e1c99c51c958606807f1ece49360587b60638e2b"><code>e1c99c5</code></a> Back to snapshot dep</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/92dcbc2d6f678c1bf4798d0401777354ed6f2ed6"><code>92dcbc2</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/c0d910161fe85944c76f1e77e72ee886d7bce86c"><code>c0d9101</code></a> [maven-release-plugin] prepare release jackson-core-2.19.0-rc2</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.3...jackson-core-2.19.0">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0 <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.18.3 to 2.19.0 <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 9f1740a commit 0e9ec2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.1</fhir.version>
2222
<log4j.version>2.24.3</log4j.version>
23-
<fasterxml.version>2.18.3</fasterxml.version>
23+
<fasterxml.version>2.19.0</fasterxml.version>
2424
<sonar.organization>nhsdigital</sonar.organization>
2525
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2626
<sonar.projectKey>NHSDigital_eps-FHIR-validator-lambda</sonar.projectKey>

0 commit comments

Comments
 (0)