Skip to content

Commit e8c8fec

Browse files
Upgrade: [dependabot] - bump fasterxml.version from 2.17.2 to 2.18.0 (#188)
Bumps `fasterxml.version` from 2.17.2 to 2.18.0. Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/e78545c59d94815cec913d68b6ba8400a4cff8c1"><code>e78545c</code></a> [maven-release-plugin] prepare release jackson-core-2.18.0</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/f69808387348232fb8f74328275d70488d947515"><code>f698083</code></a> Prepare for 2.18.0 release</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/95bc86e934721e34563729a81d5a9a29c45ce686"><code>95bc86e</code></a> Merge branch '2.17' into 2.18</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/6ce1c0dbeb6839f4478ca0a0bc289e9033146d8d"><code>6ce1c0d</code></a> Merge branch '2.16' into 2.17</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/56265d12415ecc1a159af34ad930ac1e9f8f877e"><code>56265d1</code></a> Backport <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1340">#1340</a> in 2.16(.3)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/9f3ed6610fb922d60b39dfd3901de1f4eb18269f"><code>9f3ed66</code></a> Fix <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1340">#1340</a> by adding missing &quot;provides&quot; in <code>module-info.java</code> (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1339">#1339</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/b9d56afd178a10b25cbccc0281dbdfc8d487beba"><code>b9d56af</code></a> add tests for ints with 19 chars (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1337">#1337</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4d47aae0bc8018051540e24b2c28b4ff84224e3f"><code>4d47aae</code></a> Write 4-byte characters (surrogate pairs) instead of escapes (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1335">#1335</a>)</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/5c7611320f89aa70acec7e778ce0a63d6da2308d"><code>5c76113</code></a> Merge branch '2.17' into 2.18</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/af8e0a2d7602e889d8cec1a4f25d3ff1a1ecc2a3"><code>af8e0a2</code></a> Backport <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1331">#1331</a> library upgrade</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.2...jackson-core-2.18.0">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.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.17.2 to 2.18.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 c148385 commit e8c8fec

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.0</fhir.version>
2222
<log4j.version>2.24.0</log4j.version>
23-
<fasterxml.version>2.17.2</fasterxml.version>
23+
<fasterxml.version>2.18.0</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)