diff --git a/.github/workflows/allure-report.yml b/.github/workflows/allure-report.yml index 6dc920c..8b98fdf 100644 --- a/.github/workflows/allure-report.yml +++ b/.github/workflows/allure-report.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: Set up Java 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.5.0 with: java-version: 21 cache: 'gradle' @@ -26,7 +26,7 @@ jobs: continue-on-error: true - name: Setup Allure History - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 if: always() continue-on-error: true with: @@ -34,7 +34,7 @@ jobs: path: gh-pages - name: Generate Allure Report - uses: simple-elf/allure-report-action@v1.9 + uses: simple-elf/allure-report-action@v1.11 if: always() with: allure_results: build/allure-results @@ -42,7 +42,7 @@ jobs: - name: Publish Allure Report if: always() - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages diff --git a/build.gradle.kts b/build.gradle.kts index 90145c2..8566059 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,13 +3,13 @@ plugins { } tasks.withType(Wrapper::class) { - gradleVersion = "8.7" + gradleVersion = "8.10.2" } group = "com.example.spock" version = "1.0-SNAPSHOT" -val allureVersion = "2.26.0" +val allureVersion = "2.29.0" val aspectJVersion = "1.9.22" val groovyVersion = "2.5.23" val spockVersion = "2.3-groovy-2.5" @@ -51,11 +51,11 @@ dependencies { testImplementation(platform("org.codehaus.groovy:groovy-bom:$groovyVersion")) - testImplementation(platform("org.junit:junit-bom:5.10.2")) + testImplementation(platform("org.junit:junit-bom:5.11.3")) testImplementation("org.junit.jupiter:junit-jupiter-api") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") - testImplementation("org.slf4j:slf4j-simple:2.0.12") + testImplementation("org.slf4j:slf4j-simple:2.0.16") } repositories { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e644113..a4b76b9 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..df97d72 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 1aa94a4..f5feea6 100755 --- a/gradlew +++ b/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -55,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -84,7 +86,8 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 7101f8e..9b42019 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ##########################################################################