Skip to content

Commit

Permalink
chore: bump java versions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld authored Nov 13, 2023
1 parent 4c6204e commit 7ba9a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-11/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.hypertrace.docker-publish-plugin")
}

var javaVersion = "11.0.20.1-11.66.19"
var javaVersion = "11.0.21-11.68.17"

hypertraceDocker {
defaultImage {
Expand Down
2 changes: 1 addition & 1 deletion java-21/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.hypertrace.docker-publish-plugin")
}

var javaVersion = "21.0.0-21.28.85"
var javaVersion = "21.0.1-21.30.15"

hypertraceDocker {
defaultImage {
Expand Down

0 comments on commit 7ba9a17

Please sign in to comment.