@@ -68,8 +68,8 @@ tasks.named("check").configure {
68
68
}
69
69
70
70
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 '
73
73
74
74
// zero runtime reqs is a hard requirements for spotless-lib
75
75
// if you need a dep, put it in lib-extra
@@ -91,7 +91,7 @@ dependencies {
91
91
flexmarkCompileOnly ' com.vladsch.flexmark:flexmark-all:0.64.8'
92
92
// gherkin
93
93
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 '
95
95
// googleJavaFormat
96
96
googleJavaFormatCompileOnly ' com.google.googlejavaformat:google-java-format:1.24.0'
97
97
// gson
@@ -114,22 +114,22 @@ dependencies {
114
114
// ktlint previous supported version
115
115
compatKtLint0Dot49Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-rule-engine:0.49.0'
116
116
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 '
118
118
// ktlint previous supported version
119
119
compatKtLint0Dot50Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-rule-engine:0.50.0'
120
120
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 '
122
122
// ktlint latest supported version
123
123
compatKtLint1Dot0Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-rule-engine:1.0.0'
124
124
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 '
126
126
// palantirJavaFormat
127
127
palantirJavaFormatCompileOnly ' com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
128
128
// scalafmt
129
129
scalafmtCompileOnly " org.scalameta:scalafmt-core_2.13:3.8.1"
130
130
// sortPom
131
131
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 '
133
133
// zjsonPatch
134
134
zjsonPatchCompileOnly ' com.flipkart.zjsonpatch:zjsonpatch:0.4.16'
135
135
}
0 commit comments