@@ -61,30 +61,30 @@ dependencies {
61
61
annotationProcessor ' org.projectlombok:lombok:1.18.24'
62
62
63
63
compileOnly ' org.projectlombok:lombok:1.18.12'
64
- implementation ' com.fasterxml.jackson.core:jackson-core:2.11.1 '
65
- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.11.1 '
66
- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1 '
67
- implementation ' org.slf4j:slf4j-api:2.0.1 '
64
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.14.2 '
65
+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.14.2 '
66
+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2 '
67
+ implementation ' org.slf4j:slf4j-api:2.0.6 '
68
68
implementation ' org.javatuples:javatuples:1.2'
69
69
implementation ' org.apache.commons:commons-lang3:3.12.0'
70
70
71
71
// Use JUnit test framework
72
- testImplementation ' software.amazon.awssdk:cloudwatch:2.13.54 '
73
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.0 '
74
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0 '
75
- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.0 '
76
- testImplementation ' org.junit.vintage:junit-vintage-engine:5.9.0 '
77
- testImplementation " org.mockito:mockito-core:2.+"
78
- testImplementation " org.powermock:powermock-module-junit4:2.0.2 "
79
- testImplementation " org.powermock:powermock-api-mockito2:2.0.2 "
80
- testImplementation " com.github.javafaker:javafaker:1.0.2"
81
- testImplementation " com.github.tomakehurst:wiremock-jre8:2.27.0 "
82
- testCompileOnly ' org.projectlombok:lombok:1.18.24 '
83
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.24 '
84
-
85
- implementation ' org.openjdk.jmh:jmh-core:1.29 '
86
- implementation ' org.openjdk.jmh:jmh-generator-annprocess:1.29 '
87
- jmhAnnotationProcessor ' org.openjdk.jmh:jmh-generator-annprocess:1.29 '
72
+ testImplementation ' software.amazon.awssdk:cloudwatch:2.20.13 '
73
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.2 '
74
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.2 '
75
+ testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
76
+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.9.2 '
77
+ testImplementation ' org.mockito:mockito-core:2.+'
78
+ testImplementation ' org.powermock:powermock-module-junit4:2.0.9 '
79
+ testImplementation ' org.powermock:powermock-api-mockito2:2.0.9 '
80
+ testImplementation ' com.github.javafaker:javafaker:1.0.2'
81
+ testImplementation ' com.github.tomakehurst:wiremock-jre8:2.35.0 '
82
+ testCompileOnly ' org.projectlombok:lombok:1.18.26 '
83
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.26 '
84
+
85
+ testImplementation ' org.openjdk.jmh:jmh-core:1.36 '
86
+ testImplementation ' org.openjdk.jmh:jmh-generator-annprocess:1.36 '
87
+ jmhAnnotationProcessor ' org.openjdk.jmh:jmh-generator-annprocess:1.36 '
88
88
}
89
89
90
90
spotless {
0 commit comments