Skip to content

Commit c6e8fe8

Browse files
Build(deps): Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.21.1 to 2.21.2 (#1654)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.21.1 to 2.21.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/4cabc749f4ab0d8f021cdb7965205c5143397cbe"><code>4cabc74</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.21.2</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/4d54bb98a8ad2792f97ed37c90356a7d8522948f"><code>4d54bb9</code></a> Prep for 2.21.2 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/592baef54746b913ea9388afc8c6c8df3cd0a74b"><code>592baef</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1135">#1135</a> from k163377/fix-1129</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/8af231de9894d97c34766de688148ec1fabeeec8"><code>8af231d</code></a> Update release notes wrt <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1135">#1135</a></li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/f0f71df516376d187e41ffddedac045f60f213c0"><code>f0f71df</code></a> Update README</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/3ee4c816c8092d36caa6ff047d4913a24b387186"><code>3ee4c81</code></a> Set apiVersion and languageVersion to 1.9</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/50fff7c38c968e84e9d012e305fa81cce0bc3f6a"><code>50fff7c</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1136">#1136</a> from k163377/fix/note</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/d85c1d5373077eb6e041c3398ffd5e7fbc9932c8"><code>d85c1d5</code></a> Set release dates for CREDITS-2.x.</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/e49feb16ad8464f43cc3a594810c5728414a85c3"><code>e49feb1</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1132">#1132</a> from k163377/fix/readme</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/59ea20f78a45a64e2a8018d85a805fbd5c415896"><code>59ea20f</code></a> Fix maven-badges URL</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.21.1...jackson-module-kotlin-2.21.2">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.21.1&new-version=2.21.2)](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 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>
2 parents f8277ad + 845c041 commit c6e8fe8

File tree

1 file changed

+1
-1
lines changed
  • querydsl-examples/querydsl-example-kotlin-codegen

1 file changed

+1
-1
lines changed

querydsl-examples/querydsl-example-kotlin-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.fasterxml.jackson.module</groupId>
3030
<artifactId>jackson-module-kotlin</artifactId>
31-
<version>2.21.1</version>
31+
<version>2.21.2</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)