Skip to content

Commit 1c5892c

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.3 to 2.19.0 (#1103)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.18.3 to 2.19.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/023a1fc892e13c875d76e7f2754c3b92c8da58c4"><code>023a1fc</code></a> [maven-release-plugin] prepare release jackson-module-kotlin-2.19.0</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/bb76ac643c7fb8b1eb2189760420a5822134824c"><code>bb76ac6</code></a> Prep for 2.19.0 release</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/5b518127f3c73b958b8d63cc21547ff742b68542"><code>5b51812</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/962">#962</a> from k163377/fix/published</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/055bd47dcf6c754ea3731d98e2ee87b54e9afeb2"><code>055bd47</code></a> Fixed to not expose internal function</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/3fef4343ec236df84eb7b085109f694730a930cb"><code>3fef434</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/961">#961</a> from FasterXML/dependabot/github_actions/github-actio...</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/c3244f53073b4a13d431708de6389a68764ca17a"><code>c3244f5</code></a> Bump actions/setup-java from 4.7.0 to 4.7.1 in the github-actions group</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/268d222537c6dd7db5368445e9d67cc5f0f34f41"><code>268d222</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-module-kotlin/issues/960">#960</a> from k163377/fix/runs-on</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/49dbd07ece6abe98e9afd19dbb0799d669cc57c6"><code>49dbd07</code></a> Add dependabot.yml</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/15b73a0c63dec68d18e0fb5dbd83dad732252635"><code>15b73a0</code></a> Fixed versions of actions/checkout and actions/setup-java</li> <li><a href="https://github.com/FasterXML/jackson-module-kotlin/commit/9d50fd7aaf3299acdf0c0b36b8d014b6aebfc8bd"><code>9d50fd7</code></a> Fixed to use ubuntu-latest in runs-on</li> <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.3...jackson-module-kotlin-2.19.0">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.18.3&new-version=2.19.0)](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 5254426 + a0d3bdd commit 1c5892c

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

0 commit comments

Comments
 (0)