From bd4af243fe8796d29ef861bac7edc3c231533711 Mon Sep 17 00:00:00 2001 From: tntim96 Date: Sun, 25 May 2025 12:48:52 +1000 Subject: [PATCH 1/2] Upgrade geckodriver v0.35.0 to v0.36.0, chromedriver 128.0.6613.86 to 136.0.7103.113 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fad3475..c751bac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,18 +8,18 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 21 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 21 - name: Install Chrome run: sudo apt install google-chrome-stable - name: Install Chromedriver run: | mkdir github-bin - wget https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-linux-aarch64.tar.gz -O $PWD/github-bin/geckodriver-v0.35.0-linux64.tar.gz - wget https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/linux64/chromedriver-linux64.zip -O $PWD/github-bin/chromedriver_linux64.zip - tar -xvf $PWD/github-bin/geckodriver-v0.35.0-linux64.tar.gz -C $PWD/github-bin + wget https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-linux-aarch64.tar.gz -O $PWD/github-bin/geckodriver-v0.36.0-linux64.tar.gz + wget https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.113/linux64/chromedriver-linux64.zip -O $PWD/github-bin/chromedriver_linux64.zip + tar -xvf $PWD/github-bin/geckodriver-v0.36.0-linux64.tar.gz -C $PWD/github-bin unzip $PWD/github-bin/chromedriver_linux64.zip -d $PWD/github-bin export PATH=$PWD/github-bin:$PATH - name: Test with Maven From 83e178862aa68f81f4d7630f08c496badbba60a1 Mon Sep 17 00:00:00 2001 From: tntim96 Date: Sun, 25 May 2025 13:04:25 +1000 Subject: [PATCH 2/2] Upgrade JSCover 2.0.20 to 2.0.21, Selenium 4.24.0 to 4.33.0, jscover-maven-plugin 2.0.18-SNAPSHOT to 2.0.20, maven-compiler-plugin 3.13.0 to 3.14.0, maven-surefire-plugin 3.5.0 to 3.5.3, json 20240303 to 20250517 --- README.md | 2 +- bookmarks.html | 2 +- pom.xml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ea6f41..5a10d86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Samples for JSCover [![Build Status](https://github.com/tntim96/JSCover-samples/workflows/Java-CI/badge.svg)](https://github.com/tntim96/JSCover-samples/actions?query=workflow%3A%22Java-CI%22) ## What you need: -* Java (minimum 11) +* Java (minimum 21) * Maven 3 * [Chrome, FireFox (gecko) and MS Edge drivers for Selenium](https://www.seleniumhq.org/download/) for the WebDriver examples. These should be on the executable path. diff --git a/bookmarks.html b/bookmarks.html index 1d1cdd0..bdd5c38 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -8,7 +8,7 @@

General

JSCover Samples Project On GitHub

Test Reports

-Unit Tests
+Unit Tests
diff --git a/pom.xml b/pom.xml index 4d5fa82..57f476b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ UTF-8 - 4.24.0 - 2.0.18 + 4.33.0 + 2.0.20 @@ -84,7 +84,7 @@ org.json json - 20240303 + 20250517 junit @@ -108,16 +108,16 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.0 - 11 - 11 + 21 + 21 org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.3 1 false