Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.2 t…
Browse files Browse the repository at this point in the history
…o 2.15.3 in /backend (#2612)

Bumps
[com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin)
from 2.15.2 to 2.15.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/89a64b597132a95a21f779e1fc9699286faf1eba"><code>89a64b5</code></a>
[maven-release-plugin] prepare release jackson-module-kotlin-2.15.3</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/831aa2f35783aec12d01f77cc6654639212709c9"><code>831aa2f</code></a>
Prepare for 2.15.3 release</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/6f1b5477376a976957cef683842245e08b7f7065"><code>6f1b547</code></a>
2.15.3-SNAPSHOT</li>
<li><a
href="https://github.com/FasterXML/jackson-module-kotlin/commit/8b0bd3da16cf0fd616ae11314b68ef22d1c3453f"><code>8b0bd3d</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.15.2...jackson-module-kotlin-2.15.3">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.15.2&new-version=2.15.3)](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>
  • Loading branch information
louptheron authored Oct 17, 2023
2 parents 1f6a9e7 + 2823b15 commit 659d76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>com.nhaarman.mockitokotlin2</groupId>
Expand Down

0 comments on commit 659d76e

Please sign in to comment.