Skip to content

Commit 72d14f0

Browse files
dependabot[bot]Foso
authored andcommitted
Bump slf4j-api from 2.0.3 to 2.0.4
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_2.0.3...v_2.0.4) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cee0c17 commit 72d14f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

converter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
testImplementation(kotlin("test"))
1919
implementation("org.jsoup:jsoup:1.15.3")
20-
implementation("org.slf4j:slf4j-api:2.0.3") {
20+
implementation("org.slf4j:slf4j-api:2.0.4") {
2121
because("ph-css")
2222
}
2323
implementation("com.helger:ph-css:6.5.0")

0 commit comments

Comments
 (0)