Skip to content

Commit ce48f52

Browse files
author
chris.agocs
committed
bump aws-lambda-java-log4j dependency to aws-lambda-java-log4j2:1.3.0
1 parent 768ef6c commit ce48f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation 'com.amazonaws:aws-lambda-java-log4j:1.0.0'
26+
implementation 'com.amazonaws:aws-lambda-java-log4j2:1.3.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'
@@ -49,7 +49,7 @@ sourceCompatibility = 1.8
4949
targetCompatibility = 1.8
5050

5151
group = 'com.datadoghq'
52-
version= '0.3.3'
52+
version= '0.3.4'
5353
archivesBaseName = "datadog-lambda-java"
5454
description = "datadog-lambda-java"
5555

0 commit comments

Comments
 (0)