Skip to content

Commit d41f460

Browse files
Build(deps): Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.21.0 to 2.21.1 (#1610)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.21.0 to 2.21.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/9a9c4a55f43fb0c05db3399381a8a53c382ab9ed"><code>9a9c4a5</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.21.1</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/a87308938b638580231e1b475eafdd004c85d9bc"><code>a873089</code></a> Prep for 2.21.1 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/d7455c250d4c90626acde3f33ee8f19ee98cab49"><code>d7455c2</code></a> Merge branch '2.20' into 2.21</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/fd4c6c148eb53605b1ce269e1def27314c112fc0"><code>fd4c6c1</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/da792903fa814dc59a3219a0b819f97b14cd7f15"><code>da79290</code></a> Merge branch '2.18' into 2.19</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/c0ee83c9f444d6eeff1c9de2999fc8bae8a8bf2b"><code>c0ee83c</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/f136300e37a80d44f9903c135e916dd9bab04cac"><code>f136300</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/5a7b40d1e9c08f1b4809e38cc007a40c9890a000"><code>5a7b40d</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.18.6</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/f94a950ec77c1fd6bd6ba0fe89b32d5658dc156e"><code>f94a950</code></a> Prep for 2.18.6 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/993cb5f746f2f64e6ae9773fcabe1cc38dfd986d"><code>993cb5f</code></a> Merge branch '2.20' into 2.21</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.21.0...jackson-module-kotlin-2.21.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.21.0&new-version=2.21.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 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 b365c31 + 5db8661 commit d41f460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • querydsl-examples/querydsl-example-kotlin-codegen

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.0</version>
31+
<version>2.21.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)