Skip to content

Commit 260e1ee

Browse files
authored
Merge pull request #808 from cqse/renovate/commons-codec-commons-codec-1.x
Update dependency commons-codec:commons-codec to v1.20.0
2 parents 9044b53 + 7552d67 commit 260e1ee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

agent/src/docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# --- build image ---
22

3-
FROM openjdk:21 AS build
3+
FROM eclipse-temurin:21 AS build
44

55
# We need to manually pass this enviroment variable through to make Gradle determine the correct version number (TS-42362)
66
ARG GITHUB_REF
77
ENV GITHUB_REF=${GITHUB_REF}
88

9-
# install xargs which is needed during the build
10-
RUN microdnf install findutils
119
ADD . /src
1210
WORKDIR /src
1311
RUN ./gradlew :agent:shadowJar

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.
4545

4646
spark = { module = "com.sparkjava:spark-core", version = "2.9.4" }
4747
jcommander = { module = "com.beust:jcommander", version = "1.82" }
48-
commonsCodec = { module = "commons-codec:commons-codec", version = "1.19.0" }
48+
commonsCodec = { module = "commons-codec:commons-codec", version = "1.20.0" }
4949
commonsLang = { module = "org.apache.commons:commons-lang3", version = "3.19.0" }
5050
commonsIo = { module = "commons-io:commons-io", version = "2.20.0" }
5151
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.17" }

0 commit comments

Comments
 (0)