diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a42c74e..9420e99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Cache SonarQube packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar-${{ hashFiles('**/*.gradle') }} diff --git a/build.gradle b/build.gradle index 15e44f5..b8f4824 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'jacoco-report-aggregation' id 'signing' id 'maven-publish' - id 'org.sonarqube' version '7.2.0.6526' + id 'org.sonarqube' version '7.2.2.6593' id "io.github.gradle-nexus.publish-plugin" version "2.0.0" id 'com.github.ben-manes.versions' version '0.53.0' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 916814a..deccd5e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,9 +3,9 @@ [versions] junitJupiter = "6.0.0" -mockito = "5.20.0" -assertj = "3.27.6" -equalsverifier = "4.2.5" +mockito = "5.21.0" +assertj = "3.27.7" +equalsverifier = "4.3.1" tostringverifier = "1.4.8" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index f8e1ee3..61285a6 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 bad7c24..37f78a6 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-9.2.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME