Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency: bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
dependency: bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10
Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.10.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 29, 2023
commit b179a7a8d66eeaedf64c43e2ce80ed117c235232
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -362,7 +362,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<version>2.0.10</version>
<scope>test</scope>
</dependency>
<dependency>