build(deps): Bump slf4j-api from 1.7.36 to 2.0.0 in /common

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-22 23:53:35 +00:00 committed by GitHub
parent 34d3f7248f
commit 4daec7f350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ repositories {
dependencies { dependencies {
compileOnly("org.spongepowered:configurate-hocon:4.1.2") compileOnly("org.spongepowered:configurate-hocon:4.1.2")
compileOnly("org.slf4j:slf4j-api:1.7.36") compileOnly("org.slf4j:slf4j-api:2.0.0")
compileOnly("net.byteflux:libby-core:1.1.5") compileOnly("net.byteflux:libby-core:1.1.5")
compileOnly("net.kyori:adventure-api:4.11.0") compileOnly("net.kyori:adventure-api:4.11.0")
} }