@@ -10,7 +10,7 @@ plugins {
1010 // Apply the java-library plugin to add support for Java Library
1111 id ' java-library'
1212 id ' com.github.johnrengelman.shadow' version ' 5.2.0'
13- id(" com.github.gmazzo.buildconfig" ) version ' 2.0.2 '
13+ id(" com.github.gmazzo.buildconfig" ) version ' 2.1.0 '
1414 id ' signing'
1515 id ' maven'
1616}
@@ -23,28 +23,28 @@ repositories {
2323}
2424
2525dependencies {
26- implementation ' com.amazonaws:aws-lambda-java-core:1.2.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 '
26+ implementation ' com.amazonaws:aws-lambda-java-core:1.4.0 '
27+ implementation ' com.amazonaws:aws-lambda-java-events:3.16.1 '
28+ compileOnly ' com.amazonaws:aws-java-sdk-kinesis:1.12.797 '
29+ implementation ' com.google.code.gson:gson:2.13.2 '
30+ implementation ' org.apache.httpcomponents:httpclient:4.5.14 '
31+ implementation ' com.squareup.okhttp3:okhttp:4.12.0 '
3232 implementation ' org.apache.commons:commons-lang3:3.12.0'
33- implementation ' org.slf4j:slf4j-api:1.7.32 '
33+ implementation ' org.slf4j:slf4j-api:1.7.36 '
3434 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.90.0 '
38- implementation ' com.datadoghq:java-dogstatsd-client:3.0.0 '
37+ implementation ' com.datadoghq:dd-trace-api:0.115.1 '
38+ implementation ' com.datadoghq:java-dogstatsd-client:3.0.1 '
3939
4040 // Use JUnit test framework
4141 testImplementation ' junit:junit:4.13.2'
4242 // log4j imported for running unit tests. Doesn't get bundled with the build artifact.
43- testImplementation ' org.slf4j:slf4j-log4j12:1.7.32 '
44- testImplementation ' org.apache.logging.log4j:log4j-api:2.17.1 '
43+ testImplementation ' org.slf4j:slf4j-log4j12:1.7.36 '
44+ testImplementation ' org.apache.logging.log4j:log4j-api:2.25.3 '
4545 testImplementation ' org.apache.logging.log4j:log4j-core:2.17.1'
4646 testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
47- testImplementation ' com.amazonaws:aws-java-sdk-kinesis:1.11.980 '
47+ testImplementation ' com.amazonaws:aws-java-sdk-kinesis:1.12.797 '
4848
4949 // Use wiremock for stubbing http calls
5050 testCompile ' com.github.tomakehurst:wiremock-jre8:2.31.0'
0 commit comments