Skip to content

Commit 62ed3d4

Browse files
authored
Bump aws-lamba-java-log4j2 to 1.4.0 (#68)
1 parent 31d081b commit 62ed3d4

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-log4j2:1.3.0'
26+
implementation 'com.amazonaws:aws-lambda-java-log4j2:1.4.0'
2727
implementation 'com.amazonaws:aws-lambda-java-events:3.10.0'
2828
compileOnly 'com.amazonaws:aws-java-sdk-kinesis:1.12.100'
2929
implementation 'com.google.code.gson:gson:2.8.9'
@@ -52,7 +52,7 @@ sourceCompatibility = 1.8
5252
targetCompatibility = 1.8
5353

5454
group = 'com.datadoghq'
55-
version= '1.4.1'
55+
version= '1.4.2'
5656
archivesBaseName = "datadog-lambda-java"
5757
description = "datadog-lambda-java"
5858

0 commit comments

Comments
 (0)