Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.0 t…
Browse files Browse the repository at this point in the history
…o 2.16.1 (#4264)

Bumps
[com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin)
from 2.16.0 to 2.16.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/a9ddfeb05ff620ff53e339323311304a1a6f5ff8"><code>a9ddfeb</code></a>
[maven-release-plugin] prepare release jackson-module-kotlin-2.16.1</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/9c314459fbcb1ad1dc09417ff8812e380558d1ac"><code>9c31445</code></a>
Prepare for 2.14.1 release</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/db4f69ad4c494c26645284b9bc2c7aaae7f5c885"><code>db4f69a</code></a>
Merge pull request <a
href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/734">#734</a>
from k163377/fix/readme</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/a815047a99bfddbb0c8e5b5da0daa95a8ba6ab42"><code>a815047</code></a>
Fix typo</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/44989f99ee767f6bdf356762c764af4df24db9b4"><code>44989f9</code></a>
Updated version information to 2.16</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/41dd67c6e9cb9009099d6640056c738cb851f2c7"><code>41dd67c</code></a>
Merge pull request <a
href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/733">#733</a>
from k163377/serializable-object-read-resolve</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/230640858fdef577d3d16532ad6d236f5fb58a5c"><code>2306408</code></a>
Update release notes wrt <a
href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/733">#733</a></li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/0b32adc07b844abeb47ecfba9d6ae7dac40e8065"><code>0b32adc</code></a>
Fix problem with Serializable objects not implementing readResolve</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/e8274176bf5dd1d05b462d53f19093f5862ec621"><code>e827417</code></a>
Merge pull request <a
href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/728">#728</a>
from k163377/fix-release-notes</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/3b586740fd30c33c0a3f2c36ba3334a9233814c6"><code>3b58674</code></a>
Corrected description of 2.16 release status</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.16.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.module:jackson-module-kotlin&package-manager=maven&previous-version=2.16.0&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 99857f9 commit cc4461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<testcontainers.postgresql.version>1.19.3</testcontainers.postgresql.version>
<unleash.version>9.2.0</unleash.version>
<maven.model.version>3.9.6</maven.model.version>
<jackson.module.kotlin.version>2.16.0</jackson.module.kotlin.version>
<jackson.module.kotlin.version>2.16.1</jackson.module.kotlin.version>
<token-validation-test-support.version>2.0.5</token-validation-test-support.version>
<fpsak-tidslinje.version>2.7.1</fpsak-tidslinje.version>
<awaitility-kotlin.version>4.2.0</awaitility-kotlin.version>
Expand Down

0 comments on commit cc4461f

Please sign in to comment.