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

Bump slf4j-api from 1.7.31 to 1.7.32 #832

Merged
merged 1 commit into from
Jul 24, 2021
Merged
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
Bump slf4j-api from 1.7.31 to 1.7.32
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.31 to 1.7.32.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 21, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3199c5a74870a6bdedf3a613dffe350c6976e40a
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<mockito-core.version>3.11.2</mockito-core.version>
<plantuml.version>1.2021.8</plantuml.version>
<ditaa-mini.version>0.14</ditaa-mini.version>
<slf4j-api.version>1.7.31</slf4j-api.version>
<slf4j-api.version>1.7.32</slf4j-api.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>