From a2c73d4062c49d8915790ea29b8baa95c36841f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:17:54 +0000 Subject: [PATCH] fix(deps): update all dependencies --- gradle/libs.versions.toml | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 3 +-- plsql-custom-rules/build.gradle.kts | 2 +- plsql-custom-rules/gradle/wrapper/gradle-wrapper.properties | 2 +- plsql-custom-rules/gradlew | 3 +-- plsql-custom-rules/pom.xml | 2 +- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d8b53ed8..8b34b2c2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,8 +17,8 @@ min-sonarqubeapi = "9.14.0.375" woodstox = "7.1.0" # testing -assertj = "3.26.3" -junit = "5.11.3" +assertj = "3.27.0" +junit = "5.11.4" mockito = "5.14.2" mockito-kotlin = "5.4.0" sonarqube-orchestrator = "5.1.0.2254" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..cea7a793 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.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f5feea6d..f3b75f3b 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ 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 -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/plsql-custom-rules/build.gradle.kts b/plsql-custom-rules/build.gradle.kts index fe88db03..fd473e0c 100644 --- a/plsql-custom-rules/build.gradle.kts +++ b/plsql-custom-rules/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { compileOnly("com.felipebz.zpa:sonar-zpa-plugin:3.7.0-SNAPSHOT") testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion") testImplementation("com.felipebz.zpa:zpa-checks-testkit:3.7.0-SNAPSHOT") - testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.4") } configurations { diff --git a/plsql-custom-rules/gradle/wrapper/gradle-wrapper.properties b/plsql-custom-rules/gradle/wrapper/gradle-wrapper.properties index e2847c82..cea7a793 100644 --- a/plsql-custom-rules/gradle/wrapper/gradle-wrapper.properties +++ b/plsql-custom-rules/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/plsql-custom-rules/gradlew b/plsql-custom-rules/gradlew index f5feea6d..f3b75f3b 100755 --- a/plsql-custom-rules/gradlew +++ b/plsql-custom-rules/gradlew @@ -86,8 +86,7 @@ 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 -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/plsql-custom-rules/pom.xml b/plsql-custom-rules/pom.xml index fd9e4cd3..516bb1f7 100644 --- a/plsql-custom-rules/pom.xml +++ b/plsql-custom-rules/pom.xml @@ -47,7 +47,7 @@ org.junit.jupiter junit-jupiter - 5.11.3 + 5.11.4 test