@@ -23,24 +23,24 @@ repositories {
2323}
2424
2525dependencies {
26- implementation ' com.amazonaws:aws-lambda-java-log4j:1.0.0 '
27- implementation ' com.amazonaws:aws-lambda-java-events:2.2.7 '
28- compileOnly ' com.amazonaws:aws-java-sdk-kinesis:1.11.980 '
29- implementation ' com.google.code.gson:gson:2.8.6 '
30- implementation ' org.apache.httpcomponents:httpclient:4.5.11 '
31- implementation ' com.squareup.okhttp3:okhttp:4.4.0 '
32- implementation ' org.apache.commons:commons-lang3:3.10 '
33- implementation ' org.slf4j:slf4j-log4j12:1.7.28 '
34- implementation ' org.jetbrains:annotations:15 .0'
26+ implementation ' com.amazonaws:aws-lambda-java-log4j:1.0.1 '
27+ implementation ' com.amazonaws:aws-lambda-java-events:3.10.0 '
28+ compileOnly ' com.amazonaws:aws-java-sdk-kinesis:1.12.100 '
29+ implementation ' com.google.code.gson:gson:2.8.9 '
30+ implementation ' org.apache.httpcomponents:httpclient:4.5.13 '
31+ implementation ' com.squareup.okhttp3:okhttp:4.9.2 '
32+ implementation ' org.apache.commons:commons-lang3:3.12.0 '
33+ implementation ' org.slf4j:slf4j-log4j12:1.7.32 '
34+ implementation ' org.jetbrains:annotations:22.0 .0'
3535 implementation ' io.opentracing:opentracing-api:0.33.0'
3636 implementation ' io.opentracing:opentracing-util:0.33.0'
37- implementation ' com.datadoghq:dd-trace-api:0.89 .0'
37+ implementation ' com.datadoghq:dd-trace-api:0.90 .0'
3838 implementation ' com.datadoghq:java-dogstatsd-client:2.13.0'
3939
4040 // Use JUnit test framework
41- testImplementation ' junit:junit:4.12 '
42- testImplementation ' org.apache.logging.log4j:log4j-api:2.13.3 '
43- testImplementation ' org.apache.logging.log4j:log4j-core:2.13.3 '
41+ testImplementation ' junit:junit:4.13.2 '
42+ testImplementation ' org.apache.logging.log4j:log4j-api:2.14.1 '
43+ testImplementation ' org.apache.logging.log4j:log4j-core:2.14.1 '
4444 testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
4545 testImplementation ' com.amazonaws:aws-java-sdk-kinesis:1.11.980'
4646
0 commit comments