File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323}
2424
2525dependencies {
26- implementation ' com.amazonaws:aws-lambda-java-log4j2:1.3 .0'
26+ implementation ' com.amazonaws:aws-lambda-java-log4j2:1.4 .0'
2727 implementation ' com.amazonaws:aws-lambda-java-events:2.2.7'
2828 compileOnly ' com.amazonaws:aws-java-sdk-kinesis:1.11.980'
2929 implementation ' com.google.code.gson:gson:2.8.6'
@@ -38,8 +38,8 @@ dependencies {
3838
3939 // Use JUnit test framework
4040 testImplementation ' junit:junit:4.12'
41- testImplementation ' org.apache.logging.log4j:log4j-api:2.15 .0'
42- testImplementation ' org.apache.logging.log4j:log4j-core:2.15 .0'
41+ testImplementation ' org.apache.logging.log4j:log4j-api:2.16 .0'
42+ testImplementation ' org.apache.logging.log4j:log4j-core:2.16 .0'
4343 testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
4444 testImplementation ' com.amazonaws:aws-java-sdk-kinesis:1.11.980'
4545
@@ -49,7 +49,7 @@ sourceCompatibility = 1.8
4949targetCompatibility = 1.8
5050
5151group = ' com.datadoghq'
52- version= ' 0.3.4 '
52+ version= ' 0.3.5 '
5353archivesBaseName = " datadog-lambda-java"
5454description = " datadog-lambda-java"
5555
You can’t perform that action at this time.
0 commit comments