From eb1e4568b5bdbd6f0ec62edcfd2dd4892ee12100 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 26 Jul 2026 22:40:42 +0000
Subject: [PATCH] Update all non-major dependencies
---
Dockerfile | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 0ca248a0..7f3f62a3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM bellsoft/liberica-openjre-alpine:21.0.10 AS builder
+FROM bellsoft/liberica-openjre-alpine:21.0.11 AS builder
WORKDIR /builder
# Patch OpenSSL/libssl3 in the builder stage too (for image scanning)
RUN apk update \
@@ -7,7 +7,7 @@ RUN apk update \
COPY target/*-SNAPSHOT.jar application.jar
RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted
-FROM bellsoft/liberica-openjre-alpine:21.0.10
+FROM bellsoft/liberica-openjre-alpine:21.0.11
# Patch OpenSSL / libssl3 in the runtime image
RUN apk update \
&& apk upgrade --no-cache openssl libssl3 libcrypto3 \
diff --git a/pom.xml b/pom.xml
index 16b82bac..0fa1e1c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
1.26
5.3.28
- 4.2.12.Final
+ 4.2.16.Final