Skip to content

Commit

Permalink
Merge pull request #239 from galasa-dev/update-galasa-boot-version
Browse files Browse the repository at this point in the history
bumped galsaa-boot version to 0.34.0 to match commons-compress changes in framework
  • Loading branch information
KirbyKatcher authored May 10, 2024
2 parents c2d16e5 + 1ecfcfb commit c3bd59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0'
def galasaBootJarVersion = '0.34.0'
def galasaFrameworkVersion = '0.34.0'

// Right now, the REST interface spec is always the same version as the galasa framework bundles.
Expand Down

0 comments on commit c3bd59c

Please sign in to comment.