diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 97befb2d..db3cc284 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -18,7 +18,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [23.0.0.10] + RUNTIME_VERSION: [23.0.0.11] java: [21, 17, 11, 8] exclude: - java: 8 @@ -100,7 +100,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [23.0.0.10] + RUNTIME_VERSION: [23.0.0.11] java: [21, 17, 11, 8] exclude: - java: 8 diff --git a/build.gradle b/build.gradle index 99d0e60e..c92bb8e5 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ compileTestGroovy { } def libertyAntVersion = "1.9.14" -def libertyCommonVersion = "1.8.30" +def libertyCommonVersion = "1.8.31-SNAPSHOT" dependencies { implementation gradleApi()