mirror of https://github.com/usbharu/Hideout.git
Merge pull request #315 from usbharu/renovate/slf4j-monorepo
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.13
This commit is contained in:
commit
a38694994f
|
@ -22,7 +22,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.slf4j:slf4j-api:2.0.12")
|
implementation("org.slf4j:slf4j-api:2.0.13")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue