diff --git a/build.gradle b/build.gradle index c9df40df..da7a7c67 100644 --- a/build.gradle +++ b/build.gradle @@ -61,30 +61,30 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.24' compileOnly 'org.projectlombok:lombok:1.18.12' - implementation 'com.fasterxml.jackson.core:jackson-core:2.11.1' - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.11.1' - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1' - implementation 'org.slf4j:slf4j-api:2.0.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2' + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.2' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2' + implementation 'org.slf4j:slf4j-api:2.0.6' implementation 'org.javatuples:javatuples:1.2' implementation 'org.apache.commons:commons-lang3:3.12.0' // Use JUnit test framework - testImplementation 'software.amazon.awssdk:cloudwatch:2.13.54' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.0' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.0' - testImplementation 'org.junit.vintage:junit-vintage-engine:5.9.0' - testImplementation "org.mockito:mockito-core:2.+" - testImplementation "org.powermock:powermock-module-junit4:2.0.2" - testImplementation "org.powermock:powermock-api-mockito2:2.0.2" - testImplementation "com.github.javafaker:javafaker:1.0.2" - testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.0" - testCompileOnly 'org.projectlombok:lombok:1.18.24' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.24' - - implementation 'org.openjdk.jmh:jmh-core:1.29' - implementation 'org.openjdk.jmh:jmh-generator-annprocess:1.29' - jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.29' + testImplementation 'software.amazon.awssdk:cloudwatch:2.20.13' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.2' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.9.2' + testImplementation 'org.mockito:mockito-core:2.+' + testImplementation 'org.powermock:powermock-module-junit4:2.0.9' + testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' + testImplementation 'com.github.javafaker:javafaker:1.0.2' + testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' + testCompileOnly 'org.projectlombok:lombok:1.18.26' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.26' + + testImplementation 'org.openjdk.jmh:jmh-core:1.36' + testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36' + jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.36' } spotless {