Skip to content

Commit eb2bda6

Browse files
committed
chore: revert
1 parent 0e42636 commit eb2bda6

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

build.gradle.kts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,23 @@ repositories {
2121

2222
dependencies {
2323
implementation("com.factset.sdk:utils:1.+")
24-
implementation("com.fasterxml.jackson.core:jackson-core:2.20.0")
25-
implementation("com.fasterxml.jackson.core:jackson-annotations:2.20")
26-
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
27-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
24+
implementation("com.fasterxml.jackson.core:jackson-core:2.15.3")
25+
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.0")
26+
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
27+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")
2828
implementation("com.squareup.okhttp3:okhttp:4.12.0")
2929

30-
implementation("org.slf4j:slf4j-api:2.0.17")
31-
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.17")
30+
implementation("org.slf4j:slf4j-api:2.0.9")
31+
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9")
3232

3333
testImplementation("org.mockito:mockito-inline:4.11.0")
34-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
35-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
36-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3")
37-
38-
compileOnly("org.projectlombok:lombok:1.18.42")
39-
annotationProcessor("org.projectlombok:lombok:1.18.42")
40-
testCompileOnly("org.projectlombok:lombok:1.18.42")
41-
testAnnotationProcessor("org.projectlombok:lombok:1.18.42")
34+
testImplementation(platform("org.junit:junit-bom:5.10.2"))
35+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
36+
37+
compileOnly("org.projectlombok:lombok:1.18.30")
38+
annotationProcessor("org.projectlombok:lombok:1.18.30")
39+
testCompileOnly("org.projectlombok:lombok:1.18.30")
40+
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
4241
}
4342

4443
tasks.test {

0 commit comments

Comments
 (0)