Skip to content

Commit b8e7148

Browse files
committed
chore: deps
1 parent 21ce67a commit b8e7148

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

build.gradle.kts

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,24 @@ 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.9")
31-
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.9")
30+
implementation("org.slf4j:slf4j-api:2.0.17")
31+
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.17")
3232

3333
testImplementation("org.mockito:mockito-inline:4.11.0")
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")
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")
4142
}
4243

4344
tasks.test {

0 commit comments

Comments
 (0)