Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/gradle/develop/org.junit-junit…
Browse files Browse the repository at this point in the history
…-bom-5.11.4
  • Loading branch information
PaulKBaumann authored Dec 26, 2024
2 parents a70edcb + dabb50e commit f07d32f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official AWS CLI image for the first stage
FROM amazon/aws-cli:2.22.17 as awscli
FROM amazon/aws-cli:2.22.23 as awscli

# Use the bitnami/minideb:bookworm as the base image for the second stage
FROM bitnami/minideb:bookworm
Expand Down
2 changes: 1 addition & 1 deletion shared/lib-metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'

// Datadog API
implementation 'com.datadoghq:datadog-api-client:2.30.0'
implementation 'com.datadoghq:datadog-api-client:2.31.0'

testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down
2 changes: 1 addition & 1 deletion svc-bip-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'

// Datadog API
implementation 'com.datadoghq:datadog-api-client:2.30.0'
implementation 'com.datadoghq:datadog-api-client:2.31.0'
}

// https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html#sec:jvm_test_suite_usage
Expand Down

0 comments on commit f07d32f

Please sign in to comment.