Skip to content

Commit a2b797b

Browse files
Upgrade: [dependabot] - bump fasterxml.version from 2.18.2 to 2.18.3 (#263)
Bumps `fasterxml.version` from 2.18.2 to 2.18.3. Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.2 to 2.18.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/cc34e8d5b75d4c911c16f2bc87d6e13e42eafddd"><code>cc34e8d</code></a> [maven-release-plugin] prepare release jackson-core-2.18.3</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/7aaf78f4e0acf0785af0a195ec7264d594c2d9a0"><code>7aaf78f</code></a> Prep for 2.18.3 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/e1f247f2fd632bee7ea0901c5299cc622d1dd6a9"><code>e1f247f</code></a> Update Ubuntu in CI</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/31c74aca5c6e7928e34b8dfe536bd9cdff1e16d4"><code>31c74ac</code></a> Fix credits wrt version number</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/583a8c180f187852ca12e63ff903174b405a50eb"><code>583a8c1</code></a> ...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/671f8eddd8ee1332dc0f64a07d74c27787da9ca0"><code>671f8ed</code></a> fix the surrogate utf8 feature when custom characterEscapes is used (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1399">#1399</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0aa97a77d2df66eee6e237e2c7086eb0b37da5bb"><code>0aa97a7</code></a> Merge branch '2.17' into 2.18</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/58889b00da947f6bd9c2cdbdc8797b2a11a97a8a"><code>58889b0</code></a> Update release notes wrt <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1397">#1397</a></li> <li><a href="https://github.com/FasterXML/jackson-core/commit/7e3c4088c9359f631c7150c2b6bc5e3bf842dfac"><code>7e3c408</code></a> Changes post <a href="https://redirect.github.com/FasterXML/jackson-core/issues/4917">#4917</a>: forcibly clear <code>_numberString</code> when new number token set ...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/e67a3ec7a1e7437e3807d483b372ddd94edf0019"><code>e67a3ec</code></a> Merge branch '2.17' into 2.18</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.2...jackson-core-2.18.3">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3 <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.2 to 2.18.3 <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 8d20f93 commit a2b797b

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.2</fasterxml.version>
23+
<fasterxml.version>2.18.3</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)