Skip to content

Commit c93998b

Browse files
Merge branch 'develop' into dependabot/maven/quarkus.platform.version-2.16.2.Final
2 parents 6147ffe + 3595cf2 commit c93998b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
2222
#
2323
###
24-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874
2525

2626
ARG JAVA_PACKAGE=java-17-openjdk-headless
2727
ARG RUN_JAVA_VERSION=1.3.8

app/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/app
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
17+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049.1675784874
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SPDX-License-Identifier: Apache-2.0
123123
<dependency>
124124
<groupId>com.fasterxml.woodstox</groupId>
125125
<artifactId>woodstox-core</artifactId>
126-
<version>6.4.0</version>
126+
<version>6.5.0</version>
127127
</dependency>
128128

129129
<dependency>

0 commit comments

Comments
 (0)