Skip to content

Commit 6db27d7

Browse files
committed
Merge latest changes from upstream
2 parents eb63190 + d45167c commit 6db27d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configurations {
5959
dependencies {
6060
annotationProcessor 'org.projectlombok:lombok:1.18.12'
6161

62-
implementation 'org.projectlombok:lombok:1.18.12'
62+
compileOnly 'org.projectlombok:lombok:1.18.12'
6363
implementation 'com.fasterxml.jackson.core:jackson-core:2.11.1'
6464
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.11.1'
6565
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1'
@@ -75,6 +75,7 @@ dependencies {
7575
testImplementation "com.github.javafaker:javafaker:1.0.2"
7676
testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.0"
7777
testImplementation 'software.amazon.awssdk:cloudwatch:2.13.54'
78+
testCompileOnly 'org.projectlombok:lombok:1.18.12'
7879
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
7980
}
8081

src/integration-test/resources/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM debian:latest
2+
FROM public.ecr.aws/lts/ubuntu:latest
33

44
RUN apt-get update && \
55
apt-get install -y ca-certificates curl && \

0 commit comments

Comments
 (0)