From d26fdb52cc1c1cd211947156989f679e413a18a0 Mon Sep 17 00:00:00 2001 From: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:13:50 +0000 Subject: [PATCH] Bump galasa-boot to 0.38.0 (#305) * Bump galasa-boot to 0.38.0 Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> * Empty commit to kick off build Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --------- Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 90a992fe..88266817 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ // into the code, so the code knows what versions of galasa it should be // dealing with. Do not mess with the `def {variableName}` part of hte following // lines, only change the versions we rely upon. -def galasaBootJarVersion = '0.37.0' +def galasaBootJarVersion = '0.38.0' def galasaFrameworkVersion = '0.38.0' // Right now, the REST interface spec is always the same version as the galasa framework bundles.