Skip to content

Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1#1100

Merged
philsttr merged 2 commits intomainfrom
dependabot/maven/tools.jackson-jackson-bom-3.0.1
Oct 26, 2025
Merged

Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1#1100
philsttr merged 2 commits intomainfrom
dependabot/maven/tools.jackson-jackson-bom-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 23, 2025

Bumps tools.jackson:jackson-bom from 3.0.0 to 3.0.1.

Commits
  • b78d1cc [maven-release-plugin] prepare release jackson-bom-3.0.1
  • 410ff87 Prep for 3.0.1 release
  • fb89ae0 Merge pull request #113 from FasterXML/tatu/3.0/oss-parent-73
  • 7311ced Update oss-parent dep to v73
  • f3fd26b Post-release dep version bump
  • 3ba4556 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot Bot added the type/dependencies Pull requests that update a dependency label Oct 23, 2025
@philsttr
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 3.0.0 to 3.0.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-3.0.0...jackson-bom-3.0.1)

---
updated-dependencies:
- dependency-name: tools.jackson:jackson-bom
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/tools.jackson-jackson-bom-3.0.1 branch from f6af0ce to a3c83b8 Compare October 26, 2025 17:14
@philsttr philsttr merged commit 6505882 into main Oct 26, 2025
8 checks passed
@philsttr philsttr deleted the dependabot/maven/tools.jackson-jackson-bom-3.0.1 branch October 26, 2025 17:25
mergify Bot added a commit to robfrank/linklift that referenced this pull request Dec 14, 2025
…8.0 to 9.0 [skip ci]

Bumps [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) from 8.0 to 9.0.
Release notes

*Sourced from [net.logstash.logback:logstash-logback-encoder's releases](https://github.com/logfellow/logstash-logback-encoder/releases).*

> logstash-logback-encoder-9.0
> ----------------------------
>
> This major release migrates to Jackson 3, and bumps the minimum Java version to 17.
>
> The migration to Jackson 3 introduced some backwards incompatibilities. See [#1095](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1095) for upgrade details.
>
> Special thanks to new contributors [`@​tommyulfsparre`](https://github.com/tommyulfsparre), [`@​patrickjbarry`](https://github.com/patrickjbarry), and [`@​maxxedev`](https://github.com/maxxedev)!
>
> What's Changed
> --------------
>
> ### ⚠️ Update considerations and deprecations
>
> * Bump minimum version of Java to 17 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1088](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1088)
> * Migrate to Jackson 3 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1095](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1095)
>
> ### ✨ New features and improvements
>
> * Add ability to suppress messages from stacktrace by [`@​patrickjbarry`](https://github.com/patrickjbarry) in [logfellow/logstash-logback-encoder#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1104)
> * Make it possible to pretty print throwables as array of strings. by [`@​maxxedev`](https://github.com/maxxedev) in [logfellow/logstash-logback-encoder#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1043)
>
> ### :lady\_beetle: Bug fixes
>
> * Allow setting droppedWarnFrequency=0 to disable logging dropped message warnings by [`@​tommyulfsparre`](https://github.com/tommyulfsparre) in [logfellow/logstash-logback-encoder#1086](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1086)
> * Fix flaky flushWithNullOutputStream test by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1101](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1101)
>
> ### 📖 Documentation, Tests and Build
>
> * Migrate artifact publishing to Maven Central Portal by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1090](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1090)
> * Switch release flow to manual GitHub action trigger by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1091](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1091)
> * Bump CodeQL action to v3 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1102](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1102)
> * Bump maven to 3.9.11 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1103](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1103)
> * Document Thread and ThreadLocal cleanup by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1105](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1105)
>
> ### 🆙 Dependency Upgrades
>
> * Bump org.junit:junit-bom from 5.12.1 to 6.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1085](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1085)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1066](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1066)
> * Bump mockito.version from 5.16.1 to 5.20.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1067](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1067)
> * Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1068](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1068)
> * Upgrade various dependencies and plugins by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1089](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1089)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1092](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1092)
> * Bump com.puppycrawl.tools:checkstyle from 12.0.0 to 12.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1093](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1093)
> * Upgrade lmax disruptor to 4.0.0 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1096](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1096)
> * Bump org.codehaus.mojo:xml-maven-plugin from 1.1.0 to 1.2.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1098](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1098)
> * Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1099](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1099)
> * Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1100](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1100)
> * Bump logback-core.version from 1.5.19 to 1.5.20 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1097](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1097)
>
> New Contributors
> ----------------
>
> * [`@​patrickjbarry`](https://github.com/patrickjbarry) made their first contribution in [logfellow/logstash-logback-encoder#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1104)
> * [`@​tommyulfsparre`](https://github.com/tommyulfsparre) made their first contribution in [logfellow/logstash-logback-encoder#1086](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1086)
> * [`@​maxxedev`](https://github.com/maxxedev) made their first contribution in [logfellow/logstash-logback-encoder#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1043)
>
> **Full Changelog**: <logfellow/logstash-logback-encoder@logstash-logback-encoder-8.1...logstash-logback-encoder-9.0>
>
> logstash-logback-encoder-8.1
> ----------------------------
>
> What's Changed
> --------------

... (truncated)


Commits

* [`e8a1c8e`](logfellow/logstash-logback-encoder@e8a1c8e) [maven-release-plugin] prepare release logstash-logback-encoder-9.0
* [`eecb205`](logfellow/logstash-logback-encoder@eecb205) Add link to discussions in contributing.md
* [`572543c`](logfellow/logstash-logback-encoder@572543c) fix build badge in readme
* [`c64b998`](logfellow/logstash-logback-encoder@c64b998) Use alert at top of readme
* [`f74c821`](logfellow/logstash-logback-encoder@f74c821) Make it possible to pretty print throwables as array of strings. ([#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1043))
* [`358f644`](logfellow/logstash-logback-encoder@358f644) Document Thread and ThreadLocal cleanup ([#1105](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1105))
* [`0d553cf`](logfellow/logstash-logback-encoder@0d553cf) Add ability to suppress messages from stacktrace ([#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1104))
* [`c9318cd`](logfellow/logstash-logback-encoder@c9318cd) Bump maven to 3.9.11 ([#1103](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1103))
* [`ef58694`](logfellow/logstash-logback-encoder@ef58694) Bump codeql action to v3 ([#1102](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1102))
* [`3059741`](logfellow/logstash-logback-encoder@3059741) Bump logback-core.version from 1.5.19 to 1.5.20 ([#1097](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1097))
* Additional commits viewable in [compare view](logfellow/logstash-logback-encoder@logstash-logback-encoder-8.0...logstash-logback-encoder-9.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=net.logstash.logback:logstash-logback-encoder&package-manager=maven&previous-version=8.0&new-version=9.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)
---
Dependabot commands and options
  
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  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)
mergify Bot added a commit to robfrank/linklift that referenced this pull request Jan 15, 2026
…7.4 to 9.0 [skip ci]

Bumps [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) from 7.4 to 9.0.
Release notes

*Sourced from [net.logstash.logback:logstash-logback-encoder's releases](https://github.com/logfellow/logstash-logback-encoder/releases).*

> logstash-logback-encoder-9.0
> ----------------------------
>
> This major release migrates to Jackson 3, and bumps the minimum Java version to 17.
>
> The migration to Jackson 3 introduced some backwards incompatibilities. See [#1095](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1095) for upgrade details.
>
> Special thanks to new contributors [`@​tommyulfsparre`](https://github.com/tommyulfsparre), [`@​patrickjbarry`](https://github.com/patrickjbarry), and [`@​maxxedev`](https://github.com/maxxedev)!
>
> What's Changed
> --------------
>
> ### ⚠️ Update considerations and deprecations
>
> * Bump minimum version of Java to 17 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1088](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1088)
> * Migrate to Jackson 3 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1095](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1095)
>
> ### ✨ New features and improvements
>
> * Add ability to suppress messages from stacktrace by [`@​patrickjbarry`](https://github.com/patrickjbarry) in [logfellow/logstash-logback-encoder#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1104)
> * Make it possible to pretty print throwables as array of strings. by [`@​maxxedev`](https://github.com/maxxedev) in [logfellow/logstash-logback-encoder#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1043)
>
> ### :lady\_beetle: Bug fixes
>
> * Allow setting droppedWarnFrequency=0 to disable logging dropped message warnings by [`@​tommyulfsparre`](https://github.com/tommyulfsparre) in [logfellow/logstash-logback-encoder#1086](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1086)
> * Fix flaky flushWithNullOutputStream test by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1101](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1101)
>
> ### 📖 Documentation, Tests and Build
>
> * Migrate artifact publishing to Maven Central Portal by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1090](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1090)
> * Switch release flow to manual GitHub action trigger by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1091](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1091)
> * Bump CodeQL action to v3 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1102](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1102)
> * Bump maven to 3.9.11 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1103](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1103)
> * Document Thread and ThreadLocal cleanup by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1105](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1105)
>
> ### 🆙 Dependency Upgrades
>
> * Bump org.junit:junit-bom from 5.12.1 to 6.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1085](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1085)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1066](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1066)
> * Bump mockito.version from 5.16.1 to 5.20.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1067](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1067)
> * Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1068](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1068)
> * Upgrade various dependencies and plugins by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1089](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1089)
> * Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1092](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1092)
> * Bump com.puppycrawl.tools:checkstyle from 12.0.0 to 12.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1093](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1093)
> * Upgrade lmax disruptor to 4.0.0 by [`@​philsttr`](https://github.com/philsttr) in [logfellow/logstash-logback-encoder#1096](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1096)
> * Bump org.codehaus.mojo:xml-maven-plugin from 1.1.0 to 1.2.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1098](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1098)
> * Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1099](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1099)
> * Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1100](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1100)
> * Bump logback-core.version from 1.5.19 to 1.5.20 by [`@​dependabot`](https://github.com/dependabot)[bot] in [logfellow/logstash-logback-encoder#1097](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1097)
>
> New Contributors
> ----------------
>
> * [`@​patrickjbarry`](https://github.com/patrickjbarry) made their first contribution in [logfellow/logstash-logback-encoder#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1104)
> * [`@​tommyulfsparre`](https://github.com/tommyulfsparre) made their first contribution in [logfellow/logstash-logback-encoder#1086](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1086)
> * [`@​maxxedev`](https://github.com/maxxedev) made their first contribution in [logfellow/logstash-logback-encoder#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/pull/1043)
>
> **Full Changelog**: <logfellow/logstash-logback-encoder@logstash-logback-encoder-8.1...logstash-logback-encoder-9.0>
>
> logstash-logback-encoder-8.1
> ----------------------------
>
> What's Changed
> --------------

... (truncated)


Commits

* [`e8a1c8e`](logfellow/logstash-logback-encoder@e8a1c8e) [maven-release-plugin] prepare release logstash-logback-encoder-9.0
* [`eecb205`](logfellow/logstash-logback-encoder@eecb205) Add link to discussions in contributing.md
* [`572543c`](logfellow/logstash-logback-encoder@572543c) fix build badge in readme
* [`c64b998`](logfellow/logstash-logback-encoder@c64b998) Use alert at top of readme
* [`f74c821`](logfellow/logstash-logback-encoder@f74c821) Make it possible to pretty print throwables as array of strings. ([#1043](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1043))
* [`358f644`](logfellow/logstash-logback-encoder@358f644) Document Thread and ThreadLocal cleanup ([#1105](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1105))
* [`0d553cf`](logfellow/logstash-logback-encoder@0d553cf) Add ability to suppress messages from stacktrace ([#1104](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1104))
* [`c9318cd`](logfellow/logstash-logback-encoder@c9318cd) Bump maven to 3.9.11 ([#1103](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1103))
* [`ef58694`](logfellow/logstash-logback-encoder@ef58694) Bump codeql action to v3 ([#1102](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1102))
* [`3059741`](logfellow/logstash-logback-encoder@3059741) Bump logback-core.version from 1.5.19 to 1.5.20 ([#1097](https://redirect.github.com/logfellow/logstash-logback-encoder/issues/1097))
* Additional commits viewable in [compare view](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.4...logstash-logback-encoder-9.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=net.logstash.logback:logstash-logback-encoder&package-manager=maven&previous-version=7.4&new-version=9.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)
---
Dependabot commands and options
  
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  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant