Skip to content

Commit 355e9d1

Browse files
Upgrade: [dependabot] - bump fasterxml.version from 2.18.0 to 2.18.1 (#213)
Bumps `fasterxml.version` from 2.18.0 to 2.18.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/0c1aff49cf321556b9c693839ed48bb59b695a90"><code>0c1aff4</code></a> [maven-release-plugin] prepare release jackson-core-2.18.1</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/aaa23d078d19bdf5620453d65d17cb186a9db44b"><code>aaa23d0</code></a> Prepare for 2.18.1 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/79ecea43a14b11a0e052a500f9a1f9c836bc0f7f"><code>79ecea4</code></a> Update release notes</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/1e7119b884cc3754211d85a5671bda1d9d6105bf"><code>1e7119b</code></a> use fastdoubleparser 1.0.90 (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1353">#1353</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/047e63198b7a92db51bbc3fb94f0894fe376491a"><code>047e631</code></a> Merge branch '2.17' into 2.18</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/7db88c1585fd56a59bd90b22c03e35d23f5a2724"><code>7db88c1</code></a> Fix infinite loop due to integer overflow when reading large strings (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1352">#1352</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/cbedab7ddf0c0a9bae10719d9818ea734c6be836"><code>cbedab7</code></a> Fix <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1351">#1351</a>: Improved Javadocs for StreamWriteFeature.USE_FAST_DOUBLE_WRITER</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/686dd45907b1855f1f10dfa3bd323f6fb2029d52"><code>686dd45</code></a> Tiny test fix (for manually run test)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/2b6e05c407e09ff7d4a0688d671f01426d082fc1"><code>2b6e05c</code></a> Back to snapshot dep</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/54c7d703fce0ee24c8d906ccaaa55dc848198147"><code>54c7d70</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.18.0...jackson-core-2.18.1">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.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.18.0 to 2.18.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 fc0490a commit 355e9d1

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.4.5</fhir.version>
2222
<log4j.version>2.24.1</log4j.version>
23-
<fasterxml.version>2.18.0</fasterxml.version>
23+
<fasterxml.version>2.18.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.1</aspectj.version>

0 commit comments

Comments
 (0)