Skip to content

Commit 89a75e0

Browse files
Merge branch 'main' into issues/300-regex-for-rbac
2 parents 1f40b68 + 38ff082 commit 89a75e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The tag is ignored when a sha is included but the reason to add it are:
22
# 1. Self Documentation: It is difficult to find out what the expected tag is given a sha alone
33
# 2. Helps dependabot during discovery of upgrades
4-
FROM azul/zulu-openjdk-alpine:21.0.6-jre-headless@sha256:472c058d73210246e8082321a2dd44df672647839a8e22c230200eef8549f9ea
4+
FROM azul/zulu-openjdk-alpine:21.0.6-jre-headless@sha256:75c5cc1ca1429513b56e9cbe3121bce86476cdec18b5b74b6842ab0af4b5a57f
55

66
RUN apk add --no-cache \
77
# snappy codec

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aws-msk-auth = '2.3.0'
55
azure-identity = '1.14.2'
66

77
apache-commons-lang3 = '3.12.0'
8-
apache-commons-io = '2.16.1'
8+
apache-commons-io = '2.18.0'
99
apache-commons-pool2 = '2.12.1'
1010
apache-datasketches = '3.1.0'
1111
apache-commons-compress = '1.26.0'

0 commit comments

Comments
 (0)