Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-scala_2.12 from 2.15…
Browse files Browse the repository at this point in the history
….2 to 2.18.2 (#1335)

Bumps
[com.fasterxml.jackson.module:jackson-module-scala_2.12](https://github.com/FasterXML/jackson-module-scala)
from 2.15.2 to 2.18.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/b79dbd9e033240de487be1e04f42122f32270b31"><code>b79dbd9</code></a>
test with jackson 2.18.2</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/597131308f35c3454b4a5413a720dd0452adb2aa"><code>5971313</code></a>
Update VERSION.md</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/acd10462765e45ed08efef6d8cb81fd769d2d201"><code>acd1046</code></a>
Update VERSION.md</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/97f97180b2a3cc24df20e82e6baa2c369e7ad14c"><code>97f9718</code></a>
test with jackson 2.18.1</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/992295e759c16f93f6ff16116e42720bd05d63d4"><code>992295e</code></a>
Update VERSION.md</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/4f2d8ac23e8576b3ba7f31f2ec8c025b17fe7233"><code>4f2d8ac</code></a>
test with jackson 2.18.0</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/550981a9487bd9a453aa5a17a522708cd1ea947f"><code>550981a</code></a>
upgrade scala</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/e38523e2e4bcd256f4eb81beb9b7aaa97c5fb4a6"><code>e38523e</code></a>
Update VERSION.md</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/e682fd2f8ea5f3182e4892cecbff664cddc3eaea"><code>e682fd2</code></a>
release 2.18.0-rc1</li>
<li><a
href="https://github.com/FasterXML/jackson-module-scala/commit/0b72cd94f09a0df9f993c6707e9648e7ccae7207"><code>0b72cd9</code></a>
prep 2.18.0-rc1</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/jackson-module-scala/compare/v2.15.2...v2.18.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-scala_2.12&package-manager=maven&previous-version=2.15.2&new-version=2.18.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 335d1ae commit aa5eccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<properties>
<httpclient.version>4.5.14</httpclient.version>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.18.2</jackson.version>
<junit-bom.version>5.11.3</junit-bom.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit aa5eccd

Please sign in to comment.