Skip to content

Commit 45ef040

Browse files
Build(deps): Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.20.0 to 2.20.1 (#1451)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.20.0 to 2.20.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/7602d41e4e3f0151d80ca6d352957ab90229300d"><code>7602d41</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.20.1</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/a3e110c24f4e8f40be2a0636931e9bf79714d79e"><code>a3e110c</code></a> Prep for 2.20.1 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/2613d4fbc973ee1b0c59f09d61d130b56cd16920"><code>2613d4f</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/35aa6abcdec9c55bb4ca80dbede3294b07bad760"><code>35aa6ab</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/c71ae672ad5afe0f03b7a7a6ea234cbf9f75c1ae"><code>c71ae67</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/f475369394193c9c3f8306277e55a9a2dc6d6ced"><code>f475369</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.19.4</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/1c832b06d0a09aa2da493e951d2f90ad1637b420"><code>1c832b0</code></a> Prep for 2.19.4 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/d7ffcd398262a1ed1b52d9da4627151f19a8a0bc"><code>d7ffcd3</code></a> Update README.md</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/613f938b9d1e1824a485df46c71f57a48db59ec7"><code>613f938</code></a> Merge branch '2.19' into 2.20</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/30f83b1890a1d3ecc31c06373a7b11edf2171a52"><code>30f83b1</code></a> Post-release dep version bump</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.20.0...jackson-module-kotlin-2.20.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.20.0&new-version=2.20.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>
2 parents 6cd3c3e + 277f0e1 commit 45ef040

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

0 commit comments

Comments
 (0)