Skip to content

Commit af2462a

Browse files
authored
Revert #164 & #167 (#168)
* Revert "Bump eclipse-temurin from 21 to 25 (#164)" This reverts commit 5bcc816. * Revert 'Bump com.google.guava:guava from 33.4.0-jre to 33.5.0-jre (#167)' This reverts commit 09bf4da. Reverting to resolve CI errors.
1 parent 5bcc816 commit af2462a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY --chown=gradle:gradle . /app
55
RUN gradle -i --stacktrace clean build
66

7-
FROM eclipse-temurin:25
7+
FROM eclipse-temurin:21
88

99
WORKDIR /opt/test-runner
1010
COPY bin/run.sh bin/run.sh

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818

1919
implementation "com.google.auto.value:auto-value-annotations:$autoValueVersion"
2020
annotationProcessor "com.google.auto.value:auto-value:$autoValueVersion"
21-
implementation 'com.google.guava:guava:33.5.0-jre'
21+
implementation 'com.google.guava:guava:33.4.0-jre'
2222
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
2323
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
2424
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion"

0 commit comments

Comments
 (0)