Skip to content

Commit

Permalink
chore: upgrade recommended versions (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
  • Loading branch information
ruromero authored Jun 26, 2024
1 parent 4d6947a commit c928161
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- Dependencies -->
<exhort-api.version>1.0.5</exhort-api.version>
<sentry.version>7.8.0</sentry.version>
<cyclonedx.version>8.0.3</cyclonedx.version>
<cyclonedx.version>9.0.4</cyclonedx.version>
<spdx.version>1.1.9.1</spdx.version>
<htmlunit.version>2.70.0</htmlunit.version>
<wiremock.version>3.4.2</wiremock.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.redhat.io/ubi9/openjdk-21:1.18
FROM registry.redhat.io/ubi9/openjdk-21:1.20

ENV LANGUAGE='en_US:en'

Expand Down
4 changes: 2 additions & 2 deletions src/main/docker/Dockerfile.jvm.staged
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# docker run -i --rm -p 8080:8080 -p 9000:9000 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
#
###
FROM registry.redhat.io/ubi9/openjdk-21:1.18
FROM registry.redhat.io/ubi9/openjdk-21:1.20

USER root
WORKDIR /build
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
fi

FROM registry.redhat.io/ubi9/openjdk-21-runtime:1.18
FROM registry.redhat.io/ubi9/openjdk-21-runtime:1.20
# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
# We make four distinct layers so if there are application changes the library layers can be re-used
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.function.Predicate;
import java.util.stream.Collectors;

import org.cyclonedx.CycloneDxSchema.Version;
import org.cyclonedx.Version;
import org.cyclonedx.exception.ParseException;
import org.cyclonedx.model.Bom;
import org.cyclonedx.model.Component;
Expand Down

0 comments on commit c928161

Please sign in to comment.