Skip to content

Commit c1718fa

Browse files
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.17 (#2434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 369963b commit c1718fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ tasks.named("check").configure {
6868
}
6969

7070
dependencies {
71-
compileOnly 'org.slf4j:slf4j-api:2.0.16'
72-
testCommonImplementation 'org.slf4j:slf4j-api:2.0.16'
71+
compileOnly 'org.slf4j:slf4j-api:2.0.17'
72+
testCommonImplementation 'org.slf4j:slf4j-api:2.0.17'
7373

7474
// zero runtime reqs is a hard requirements for spotless-lib
7575
// if you need a dep, put it in lib-extra
@@ -91,7 +91,7 @@ dependencies {
9191
flexmarkCompileOnly 'com.vladsch.flexmark:flexmark-all:0.64.8'
9292
// gherkin
9393
gherkinCompileOnly 'io.cucumber:gherkin-utils:9.0.0'
94-
gherkinCompileOnly 'org.slf4j:slf4j-api:2.0.16'
94+
gherkinCompileOnly 'org.slf4j:slf4j-api:2.0.17'
9595
// googleJavaFormat
9696
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'
9797
// gson
@@ -114,22 +114,22 @@ dependencies {
114114
// ktlint previous supported version
115115
compatKtLint0Dot49Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-rule-engine:0.49.0'
116116
compatKtLint0Dot49Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-ruleset-standard:0.49.0'
117-
compatKtLint0Dot49Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.16'
117+
compatKtLint0Dot49Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.17'
118118
// ktlint previous supported version
119119
compatKtLint0Dot50Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-rule-engine:0.50.0'
120120
compatKtLint0Dot50Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-ruleset-standard:0.50.0'
121-
compatKtLint0Dot50Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.16'
121+
compatKtLint0Dot50Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.17'
122122
// ktlint latest supported version
123123
compatKtLint1Dot0Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-rule-engine:1.0.0'
124124
compatKtLint1Dot0Dot0CompileAndTestOnly 'com.pinterest.ktlint:ktlint-ruleset-standard:1.0.0'
125-
compatKtLint1Dot0Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.16'
125+
compatKtLint1Dot0Dot0CompileAndTestOnly 'org.slf4j:slf4j-api:2.0.17'
126126
// palantirJavaFormat
127127
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
128128
// scalafmt
129129
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:3.8.1"
130130
// sortPom
131131
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:4.0.0'
132-
sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.16'
132+
sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.17'
133133
// zjsonPatch
134134
zjsonPatchCompileOnly 'com.flipkart.zjsonpatch:zjsonpatch:0.4.16'
135135
}

0 commit comments

Comments
 (0)