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

vlamp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 6637b7ea0 TAP5-2771: Upgrade to Spock 2.3 (#47)
6637b7ea0 is described below

commit 6637b7ea056dd5ff9d03447294c74ed60949f6e1
Author: Volker Lamp <vl...@apache.org>
AuthorDate: Fri Mar 15 06:33:26 2024 +0100

    TAP5-2771: Upgrade to Spock 2.3 (#47)
    
    * TAP5-2771: Upgrade to Spock 2.3
    
    * Removed Java 8 from setup.
---
 .github/workflows/build-pull-request.yaml | 2 +-
 build.gradle                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-pull-request.yaml 
b/.github/workflows/build-pull-request.yaml
index 018610e29..cd9cbe56c 100644
--- a/.github/workflows/build-pull-request.yaml
+++ b/.github/workflows/build-pull-request.yaml
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8, 11, 17 ]
+        java: [ 11, 17 ]
     steps:
       - uses: actions/checkout@v3
       - uses: actions/setup-java@v3
diff --git a/build.gradle b/build.gradle
index 511ccee16..8ec0bb26b 100755
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ project.ext.versions = [
     testng: "6.14.3",
     easymock: "3.3.1",
     servletapi: "5.0.0",
-    spock: "2.1-M2-groovy-3.0",
+    spock: "2.3-groovy-3.0",
     hibernate: "5.4.32.Final",
     slf4j: "1.7.25",
     geb: "2.0",

Reply via email to