Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps slf4j.version from 1.7.36 to 2.0.17.
Updates org.slf4j:slf4j-api from 1.7.36 to 2.0.17

Updates org.slf4j:jul-to-slf4j from 1.7.36 to 2.0.17

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.slf4j:slf4j-api [> 2.0.0]
org.slf4j:slf4j-api [> 1.7.36]

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)

Bumps `slf4j.version` from 1.7.36 to 2.0.17.

Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.17

Updates `org.slf4j:jul-to-slf4j` from 1.7.36 to 2.0.17

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Oct 15, 2025
@nhumblot
Copy link
Collaborator

nhumblot commented Nov 5, 2025

Relates to #4846

@chadlwilson
Copy link
Collaborator

chadlwilson commented Nov 5, 2025

I think we should revisit this now.

In practice I've found slf4j very interoperable with slf4j1.7 libs, apis etc except in obscure class loading setups which can interfere with the binder.

This is a bit of a grey area though.

It'd be easier if we changed the core (in particular) to produce (optional) complete or partial shaded uber-jars which could be consumed by maven and Gradle plugins and reduce interference with people's weird stuff (or other plugins) and would likely have benefits outside slf4j.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants