Skip to content

Commit 3e07992

Browse files
Upgrade: [dependabot] - bump fasterxml.version from 2.19.1 to 2.19.2 (#307)
Bumps `fasterxml.version` from 2.19.1 to 2.19.2. Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.1 to 2.19.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-core/commit/1fb76534cd69a94ecbfb23ed6dce334109c1230c"><code>1fb7653</code></a> [maven-release-plugin] prepare release jackson-core-2.19.2</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4dd2ee21889dedf7c3e8ff016588a7fc9379e2e8"><code>4dd2ee2</code></a> Prep for 2.19.2</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/155f66d707e147ba7430695aa83fdec4c132b0a6"><code>155f66d</code></a> ...</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/0c1f4ff42ff8fa9eda338d7cf2f4b853ff2bf3a5"><code>0c1f4ff</code></a> Force 2.19/CI</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/4952499b7c2551f214623143c70cc155723c1467"><code>4952499</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/c9d3b02016d1d5056191a97299955a967c3ce15c"><code>c9d3b02</code></a> Merge branch '2.17' into 2.18</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/12ba2c2ff5b2317d676036492071663d59c6a782"><code>12ba2c2</code></a> Merge branch '2.16' into 2.17</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/d43f90e3a3bd8c1fedb12e7cbc42d57459b420b8"><code>d43f90e</code></a> Merge branch '2.15' into 2.17</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/44a3c41faedf6be4fecfeead3b01112f8cfede22"><code>44a3c41</code></a> Merge branch '2.15' into 2.16</li> <li><a href="https://github.com/FasterXML/jackson-core/commit/b2480fa64b59c991667bb32f1e0dd6100e452a0e"><code>b2480fa</code></a> Update <a href="https://redirect.github.com/FasterXML/jackson-core/issues/943">#943</a> description with [CVE-2025-52999] to tag CVE</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.19.1...jackson-core-2.19.2">compare view</a></li> </ul> </details> <br /> Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.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.19.1 to 2.19.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 160762a commit 3e07992

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.19.1</fasterxml.version>
23+
<fasterxml.version>2.19.2</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)