Skip to content

Commit

Permalink
Merge branch 'main' into long-running-api-prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Matsuoka authored Dec 10, 2024
2 parents 4fb3c52 + a3b3c08 commit 791df5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<com.github.spotbugs.version>4.8.6</com.github.spotbugs.version>
<com.github.spotbugs.plugin.version>4.8.6.6</com.github.spotbugs.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.43.0</com.diffplug.spotless.maven.plugin.version>
<com.google.java-format.version>1.25.0</com.google.java-format.version>
<com.google.java-format.version>1.25.1</com.google.java-format.version>
<com.mycila.license.maven.plugin.version>4.6</com.mycila.license.maven.plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
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 @@ -77,7 +77,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-21-runtime:1.21-1
FROM registry.access.redhat.com/ubi8/openjdk-21-runtime:1.21-1.1733300818

ENV LANGUAGE='en_US:en'

Expand Down

0 comments on commit 791df5b

Please sign in to comment.