File tree 7 files changed +8
-10
lines changed
7 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ min-sonarqubeapi = "9.14.0.375"
17
17
woodstox = " 7.1.0"
18
18
19
19
# testing
20
- assertj = " 3.26.3 "
21
- junit = " 5.11.3 "
20
+ assertj = " 3.27.0 "
21
+ junit = " 5.11.4 "
22
22
mockito = " 5.14.2"
23
23
mockito-kotlin = " 5.4.0"
24
24
sonarqube-orchestrator = " 5.1.0.2254"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
compileOnly(" com.felipebz.zpa:sonar-zpa-plugin:3.7.0-SNAPSHOT" )
29
29
testImplementation(" org.sonarsource.sonarqube:sonar-plugin-api-impl:$minSonarQubeVersion " )
30
30
testImplementation(" com.felipebz.zpa:zpa-checks-testkit:3.7.0-SNAPSHOT" )
31
- testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
31
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.4 " )
32
32
}
33
33
34
34
configurations {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >org.junit.jupiter</groupId >
49
49
<artifactId >junit-jupiter</artifactId >
50
- <version >5.11.3 </version >
50
+ <version >5.11.4 </version >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
</dependencies >
You can’t perform that action at this time.
0 commit comments