File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515 alias(libs.plugins.lombok.gradle) apply false
1616 id(libs.plugins.kover.pluginId)
1717 alias(libs.plugins.nexus.publish)
18- id(" org.sonarqube" ) version " 6.0.1.5171 "
18+ id(" org.sonarqube" ) version " 6.2.0.5505 "
1919}
2020
2121allprojects { apply (plugin = " vador.root-conventions" ) }
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.14.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
22jdk = " 11"
3- kotlin = " 2.1.10 "
3+ kotlin = " 2.2.0 "
44java-vavr = " 0.10.6"
55kotlin-vavr = " 0.10.2"
6- lombok-gradle = " 8.12.1 "
6+ lombok-gradle = " 8.14 "
77hamcrest-core = " 3.0"
88hamcrest-date = " 2.0.8"
99typeTools = " 0.6.3"
10- spotbugs = " 6.1.5 "
10+ spotbugs = " 6.2.0 "
1111assertj-vavr = " 0.4.3"
1212reflection-util = " 2.15.0" # 2.15.0 is Compatable with Java 11
1313nexus-publish = " 2.0.0"
14- apache-common-text-version = " 1.13.0 "
14+ apache-common-text-version = " 1.13.1 "
1515
1616# Common dependencies
17- junit = " 5.12.0 "
17+ junit = " 5.13.2 "
1818kover = " 0.9.1"
1919kotest = " 5.9.1"
2020assertj-core = " 3.27.3"
2121detekt = " 1.23.8"
22- spotless = " 7.0.2 "
23- apache-log4j = " 2.24.3 "
22+ spotless = " 7.0.4 "
23+ apache-log4j = " 2.25.0 "
2424testLogger = " 4.0.0"
2525jetbrains-annotations = " 26.0.2"
2626
Original file line number Diff line number Diff line change 55 * https://opensource.org/licenses/BSD-3-Clause
66 * ****************************************************************************
77 */
8- plugins { id(" com.gradle.develocity" ) version " 4.0" }
8+ plugins { id(" com.gradle.develocity" ) version " 4.0.2 " }
99
1010dependencyResolutionManagement {
1111 versionCatalogs { create(" libs" ) { from(files(" libs.versions.toml" )) } }
You can’t perform that action at this time.
0 commit comments