File tree Expand file tree Collapse file tree 6 files changed +17
-12
lines changed
Expand file tree Collapse file tree 6 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Clone repository
15- uses : actions/checkout@v4.1.1
15+ uses : actions/checkout@v4.2.2
1616
1717 - name : Set up Java 21
18- uses : actions/setup-java@v4.2.1
18+ uses : actions/setup-java@v4.5.0
1919 with :
2020 java-version : 21
2121 cache : ' gradle'
@@ -26,23 +26,23 @@ jobs:
2626 continue-on-error : true
2727
2828 - name : Setup Allure History
29- uses : actions/checkout@v4.1.1
29+ uses : actions/checkout@v4.2.2
3030 if : always()
3131 continue-on-error : true
3232 with :
3333 ref : gh-pages
3434 path : gh-pages
3535
3636 - name : Generate Allure Report
37- uses : simple-elf/allure-report-action@v1.9
37+ uses : simple-elf/allure-report-action@v1.11
3838 if : always()
3939 with :
4040 allure_results : build/allure-results
4141 allure_history : allure-history
4242
4343 - name : Publish Allure Report
4444 if : always()
45- uses : peaceiris/actions-gh-pages@v3.9.3
45+ uses : peaceiris/actions-gh-pages@v4.0.0
4646 with :
4747 github_token : ${{ secrets.GITHUB_TOKEN }}
4848 publish_branch : gh-pages
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ plugins {
33}
44
55tasks.withType(Wrapper ::class ) {
6- gradleVersion = " 8.7 "
6+ gradleVersion = " 8.10.2 "
77}
88
99group = " com.example.junit5"
1010version = " 1.0-SNAPSHOT"
1111
12- val allureVersion = " 2.26 .0"
12+ val allureVersion = " 2.29 .0"
1313val aspectJVersion = " 1.9.22"
1414
1515java {
@@ -42,11 +42,11 @@ dependencies {
4242 testImplementation(platform(" io.qameta.allure:allure-bom:$allureVersion " ))
4343 testImplementation(" io.qameta.allure:allure-junit5" )
4444
45- testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
45+ testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
4646 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4747 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
4848
49- testImplementation(" org.slf4j:slf4j-simple:2.0.12 " )
49+ testImplementation(" org.slf4j:slf4j-simple:2.0.16 " )
5050}
5151
5252repositories {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717#
18+ # SPDX-License-Identifier: Apache-2.0
19+ #
1820
1921# #############################################################################
2022#
5557# Darwin, MinGW, and NonStop.
5658#
5759# (3) This script is generated from the Groovy template
58- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5961# within the Gradle project.
6062#
6163# You can find Gradle at https://github.com/gradle/gradle/.
8486# shellcheck disable=SC2034
8587APP_BASE_NAME=${0##*/ }
8688# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90+ ' " $PWD " ) || exit
8891
8992# Use the maximum available, or set MAX_FD != -1 to use that value.
9093MAX_FD=maximum
Original file line number Diff line number Diff line change 1313@ rem See the License for the specific language governing permissions and
1414@ rem limitations under the License.
1515@ rem
16+ @ rem SPDX-License-Identifier: Apache-2.0
17+ @ rem
1618
1719@ if " %DEBUG% " == " " @ echo off
1820@ rem ##########################################################################
You can’t perform that action at this time.
0 commit comments