This is an automated email from the ASF dual-hosted git repository.

big-r81 pushed a commit to branch upd-erl26-jdk21
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git

commit dbb6188be796d8b47864eefc892246600110e73c
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu Apr 30 14:39:42 2026 +0200

    Update Erlang and Java versions in variables.ps1
---
 bin/variables.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/variables.ps1 b/bin/variables.ps1
index 0e0e7d8..0657097 100644
--- a/bin/variables.ps1
+++ b/bin/variables.ps1
@@ -26,7 +26,7 @@ $vcpkgBase = "${vcpkgInstallPath}\installed\x64-windows"
 # ERLANG BUILD SETTINGS
 
 # Download location of the Erlang/OTP Environment for Windows (x64)
-$erlVersion = "26.2.5.16"
+$erlVersion = "26.2.5.20"
 $erlBuildUri = 
"https://github.com/erlang/otp/releases/download/OTP-${erlVersion}/otp_win64_${erlVersion}.exe";
 $erlBuildFile = "${artifactDir}\$(Split-Path $erlBuildUri -Leaf)"
 $erlDir = "erl-${erlVersion}"
@@ -53,6 +53,6 @@ $smInstallPath = "${toolsDir}\${smBuild}"
 # JAVA 21 SETTINGS
 
 # Donwload location of OpenJDK 21 for Windows (x64)
-$java21Build = "zulu21.46.19-ca-jdk21.0.9-win_x64"
+$java21Build = "zulu21.50.19-ca-jdk21.0.11-win_x64"
 $java21BuildUri = "https://cdn.azul.com/zulu/bin/$java21Build.zip";
 $java21BuildFile = "${artifactDir}\$(Split-Path $java21BuildUri -Leaf)"

Reply via email to