Skip to content

Commit 5ce2056

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.19.1 to 2.19.2 (#1288)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.19.1 to 2.19.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/a569a18682b19253bcd25f40ab411d93ad4fe2e5"><code>a569a18</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.19.2</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/84923e3f66180e02c8d6061827804c15d26e6ff9"><code>84923e3</code></a> Prep for 2.19.2</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/524e8da973b69e586f274e7f6de3f0006d765465"><code>524e8da</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1014">#1014</a> from k163377/update-japicmp</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/ba7620cca9b47a71cec6cad697cbf55cb432dd8e"><code>ba7620c</code></a> Update japicmp</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/61ea671abe62f116f19bb68f6a3b08626359d823"><code>61ea671</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/1009">#1009</a> from k163377/porting-tests</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/605e34cafa8229d022e00070bbf9a157d1c0544f"><code>605e34c</code></a> Add exhaustive tests for JsonValue and JsonKey usage in value class</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/4f69cfa01f010c48bb1a0852a66b9b0333fa6264"><code>4f69cfa</code></a> Back to snapshot dep</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/78554924ac7e066ba2b8bcae69131c70232b1e46"><code>7855492</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.19.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.19.1&new-version=2.19.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 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 ff11c5f + 16d341e commit 5ce2056

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

0 commit comments

Comments
 (0)