Skip to content

Commit

Permalink
Datadog/feature/v1.1.1 (#8)
Browse files Browse the repository at this point in the history
* Added two new fields:

log.dd.source = cloudconnexa
log.dd.tags - for putting any additional tags for log messages.

* update cloudformation

* fix CVEs
  • Loading branch information
vladyslavmok authored Dec 2, 2024
1 parent 93edb3d commit 31f8ad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions datadog/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
plugins {
id 'java'
id "org.owasp.dependencycheck" version "11.1.0"
}

repositories {
mavenCentral()
}

dependencies {
implementation platform('software.amazon.awssdk:bom:2.15.0')
implementation platform('com.amazonaws:aws-xray-recorder-sdk-bom:2.11.0')
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'

implementation platform('software.amazon.awssdk:bom:2.29.12')
implementation platform('com.amazonaws:aws-xray-recorder-sdk-bom:2.18.2')
implementation 'software.amazon.awssdk:s3'
implementation 'software.amazon.awssdk:secretsmanager'
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1'
Expand All @@ -21,7 +24,7 @@ dependencies {
implementation 'com.amazonaws:aws-xray-recorder-sdk-aws-sdk'
implementation 'com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor'
implementation 'com.datadoghq:datadog-api-client:2.0.0'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:33.3.1-jre'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
Expand Down Expand Up @@ -55,6 +58,6 @@ java {
targetCompatibility = JavaVersion.VERSION_21
}

version = '1.1.0'
version = '1.1.1'

build.dependsOn packageBig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Pushes logs from Log Streaming S3 bucket to Datadog.
Mappings:
Constants:
DdForwarder:
Version: 1.1.0
Version: 1.1.1

Parameters:
BucketName:
Expand Down

0 comments on commit 31f8ad2

Please sign in to comment.